diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-21 15:33:42 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-21 15:33:42 +0100 |
commit | 4a2c795d948547331dc1884bb10e5595b44853f1 (patch) | |
tree | 40bd74adae703b75db8501e2f87babd6b4dccc67 /pcr/gws/PKGBUILD | |
parent | d9406376901d1697e3098639ef9573045fed919b (diff) | |
download | abslibre-4a2c795d948547331dc1884bb10e5595b44853f1.tar.gz abslibre-4a2c795d948547331dc1884bb10e5595b44853f1.tar.bz2 abslibre-4a2c795d948547331dc1884bb10e5595b44853f1.zip |
pcr/gws: updated to 0.1.16
Diffstat (limited to 'pcr/gws/PKGBUILD')
-rw-r--r-- | pcr/gws/PKGBUILD | 16 |
1 files changed, 12 insertions, 4 deletions
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}/" |