diff options
Diffstat (limited to 'pcr/gws')
-rw-r--r-- | pcr/gws/ChangeLog | 5 | ||||
-rw-r--r-- | pcr/gws/PKGBUILD | 16 |
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}/" |