From 4a2c795d948547331dc1884bb10e5595b44853f1 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 21 Jan 2018 15:33:42 +0100 Subject: pcr/gws: updated to 0.1.16 --- pcr/gws/ChangeLog | 5 +++++ pcr/gws/PKGBUILD | 16 ++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) (limited to 'pcr') 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 + + * 0.1.13-1: + New upstream release + 2015-03-12 Fabien Dubosson * 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 +# Maintainer (AUR): Fabien Dubosson + +# 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}/" -- cgit v1.2.3