diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-26 21:59:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-26 21:59:19 -0400 |
commit | 1f9c92f88759bfe61ef79b7bdb01a5d74cd9c1a6 (patch) | |
tree | 581c3efdfb1874af018b6d277b148831a13b7b70 /libre/parabolaweb-utils | |
parent | bd5264613ada29d427ceb96c496e59913feeb786 (diff) | |
download | abslibre-1f9c92f88759bfe61ef79b7bdb01a5d74cd9c1a6.tar.gz abslibre-1f9c92f88759bfe61ef79b7bdb01a5d74cd9c1a6.tar.bz2 abslibre-1f9c92f88759bfe61ef79b7bdb01a5d74cd9c1a6.zip |
libre/parabolaweb-utils: updpkg
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index de9945332..f34f5e79b 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20170205 +pkgver=20180326 pkgdesc="Utilities for managing the ParabolaWeb website application" url="https://git.parabola.nu/packages/parabolaweb-utils.git/" license=('GPL2') @@ -14,10 +14,12 @@ pkgrel=1 epoch=1 arch=('i686' 'x86_64' 'armv7h') -source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz" +source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig} "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}") -md5sums=('3c63ceade4ffab94bdc0587fada57c62' +md5sums=('151aa82ec449de60f75ca41a64a8f7fa' + 'SKIP' '2a282dc52fb6cf3c4907715a2e85dc7b') +validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker build() { cd "$srcdir/$pkgname-$pkgver" |