diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-17 19:02:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-17 19:02:41 -0400 |
commit | 68d8d43e92130b5a224bf0ea0b3308a11f86b790 (patch) | |
tree | 651e76cb3a42506fb1f81733a4dc0e54efd5684f /libre/parabolaweb-utils/PKGBUILD | |
parent | af760cfac4b6e145eb3225ad125b8075ad09143f (diff) | |
download | abslibre-68d8d43e92130b5a224bf0ea0b3308a11f86b790.tar.gz abslibre-68d8d43e92130b5a224bf0ea0b3308a11f86b790.tar.bz2 abslibre-68d8d43e92130b5a224bf0ea0b3308a11f86b790.zip |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils/PKGBUILD')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index 9bbeaa040..76a565245 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,22 +1,22 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20150814 +pkgver=20160517 pkgdesc="Utilities for managing the ParabolaWeb website application" 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=97d80ca25b9d0b76c88774b8d566d15d4e1eb21f +_parabolaweb_commit=813b5bd600ad0bcbb261f945f75dd184eb47bc60 pkgrel=1 epoch=1 arch=('i686' 'x86_64') -source=("https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" +source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz" "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}") -md5sums=('4f4cbe0de96b1b5c526506017b600c13' +md5sums=('06ed5b5bb1537c895452022a54f87832' '2a282dc52fb6cf3c4907715a2e85dc7b') build() { |