summaryrefslogtreecommitdiff
path: root/pcr/gws
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 15:33:42 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 15:33:42 +0100
commit4a2c795d948547331dc1884bb10e5595b44853f1 (patch)
tree40bd74adae703b75db8501e2f87babd6b4dccc67 /pcr/gws
parentd9406376901d1697e3098639ef9573045fed919b (diff)
pcr/gws: updated to 0.1.16
Diffstat (limited to 'pcr/gws')
-rw-r--r--pcr/gws/ChangeLog5
-rw-r--r--pcr/gws/PKGBUILD16
2 files changed, 17 insertions, 4 deletions
diff --git a/pcr/gws/ChangeLog b/pcr/gws/ChangeLog
index 781de8fab..b2431301c 100644
--- a/pcr/gws/ChangeLog
+++ b/pcr/gws/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/pcr/gws/PKGBUILD b/pcr/gws/PKGBUILD
index f737d4316..cd88cec82 100644
--- a/pcr/gws/PKGBUILD
+++ b/pcr/gws/PKGBUILD
@@ -1,7 +1,10 @@
-# Maintainer (Arch): Fabien Dubosson <fabien.dubosson@gmail.com>
+# Maintainer (AUR): Fabien Dubosson <fabien.dubosson@gmail.com>
+
+# parabola changes and rationale:
+# no changes.
pkgname="gws"
-pkgver="0.1.8"
+pkgver="0.1.16"
pkgrel="1"
pkgdesc="Colorful KISS helper for git workspaces"
url="https://github.com/StreakyCobra/gws"
@@ -9,8 +12,13 @@ license=('MIT')
arch=('any')
depends=('bash>4.0' 'git')
changelog="ChangeLog"
-source=("https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('f6da0de648b5af5ce818e109f39f003f')
+source=(
+ "https://github.com/StreakyCobra/${pkgname}/archive/${pkgver}.tar.gz"
+ "${pkgver}.tar.gz.sig"
+)
+validpgpkeys=('EB8627616EC1971DF076F2FF2BF5FD22FCABDE73')
+sha256sums=('695df2ca872fc0ab4b8175c74fdab4d843534574e05885c6a1a6328951ccca74'
+ 'SKIP')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/"