diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-17 15:07:21 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-17 15:07:21 -0400 |
commit | f8a63a03262353e23967262d6c2881d26709017d (patch) | |
tree | 9c243e3f222706d012b5ff0b92e0f8400dbb2fde /libre/parabolaweb-utils | |
parent | 8d39ec617abb4a6d00d14e55abdf883368dee6c5 (diff) | |
download | abslibre-f8a63a03262353e23967262d6c2881d26709017d.tar.gz abslibre-f8a63a03262353e23967262d6c2881d26709017d.tar.bz2 abslibre-f8a63a03262353e23967262d6c2881d26709017d.zip |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index cdb1176de..7698faa60 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,25 +1,23 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20150415 +pkgver=20150417 pkgdesc="Utilities for managing the ParabolaWeb website application" -url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/" +url="https://projects.parabola.nu/packages/parabolaweb-utils.git/" license=('GPL2') # The commit to get dependency info for # Bump pkgrel instead of pkgver if updating this is the only change -_parabolaweb_commit=cdff1a234be0d625c5c824707dbae32ffa6a76dd +_parabolaweb_commit=d2eb47c0dfc068c7727232d89daeee377969288d pkgrel=1 epoch=1 -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') -source=( - "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" - "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}" -) -md5sums=('4df6e4c0b5b7a6e3258a8625a266e0b0' - '826ab472f44b030810e0f0edde520909') +source=("https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" + "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}") +md5sums=('12419393e81d9a890a98a676eec4103e' + '28653bf82e9c73b6f1d736bf107d2a40') build() { cd "$srcdir/$pkgname-$pkgver" |