summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2017-08-12 02:14:40 +0200
committerEmil Lundberg2017-08-12 02:14:40 +0200
commitecd8e7c5de55e5284fd9df09000c36a424d32405 (patch)
tree5772a95859b7a39238ecd7ce27830a6e718e5746
parent4c9f7830a354892e6462bd7d3788f54b10284646 (diff)
downloadaur-ecd8e7c5de55e5284fd9df09000c36a424d32405.tar.gz
Upgrade to release 0.1.13
-rw-r--r--.SRCINFO10
-rw-r--r--0.1.13.tar.gz.sigbin0 -> 310 bytes
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD12
4 files changed, 17 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d85564f6e2f..c0b51a47aced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jul 2 14:20:30 UTC 2017
pkgbase = gws
pkgdesc = Colorful KISS helper for git workspaces
- pkgver = 0.1.11
+ pkgver = 0.1.13
pkgrel = 1
url = https://github.com/StreakyCobra/gws
changelog = ChangeLog
@@ -10,9 +8,9 @@ pkgbase = gws
license = MIT
depends = bash>4.0
depends = git
- source = https://github.com/StreakyCobra/gws/archive/0.1.11.tar.gz
- md5sums = 36eeca3594cc6d62e3ca034369b2ba34
- sha256sums = 8a688b20b6f2a9c2228bd498dd68f2058a54429d89c0f6200997dd90c134b832
+ source = https://github.com/StreakyCobra/gws/archive/0.1.13.tar.gz
+ md5sums = 7e6c2542e45252f7cc2e5778cb2eb3f0
+ sha256sums = f5c6ef7322bc44bf87798828df0ebbfef5b5826d4e2103ba92e168d4dce72a66
pkgname = gws
diff --git a/0.1.13.tar.gz.sig b/0.1.13.tar.gz.sig
new file mode 100644
index 000000000000..5fc186ad1279
--- /dev/null
+++ b/0.1.13.tar.gz.sig
Binary files differ
diff --git a/ChangeLog b/ChangeLog
index 781de8fab75a..b2431301cc60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-12 Emil Lundberg <emil.lundberg@gmail.com>
+
+ * 0.1.13-1:
+ New upstream release
+
2015-03-12 Fabien Dubosson <fabien.dubosson@gmail.com>
* 0.1.7-1:
diff --git a/PKGBUILD b/PKGBUILD
index 3107b1c6079b..0f222b431437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien Dubosson <fabien.dubosson@gmail.com>
pkgname="gws"
-pkgver="0.1.11"
+pkgver="0.1.13"
pkgrel="1"
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
@@ -9,9 +9,13 @@ license=('MIT')
arch=('any')
depends=('bash>4.0' 'git')
changelog="ChangeLog"
-source=("https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('36eeca3594cc6d62e3ca034369b2ba34')
-sha256sums=('8a688b20b6f2a9c2228bd498dd68f2058a54429d89c0f6200997dd90c134b832')
+source=(
+ "https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz"
+ "${pkgver}.tar.gz.sig"
+)
+validpgpkeys=('EB8627616EC1971DF076F2FF2BF5FD22FCABDE73')
+sha256sums=('f5c6ef7322bc44bf87798828df0ebbfef5b5826d4e2103ba92e168d4dce72a66'
+ 'SKIP')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"