diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 14:42:10 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-15 14:42:51 -0400 |
commit | f17d7537bcba9c9aa0bc60acefd781464121db48 (patch) | |
tree | a88f365f4ddd29b03543593bafa9ff3f153e982e /libre/parabolaweb-utils | |
parent | f95618bd973c3a51e43236c6d04535f174334614 (diff) | |
download | abslibre-f17d7537bcba9c9aa0bc60acefd781464121db48.tar.gz abslibre-f17d7537bcba9c9aa0bc60acefd781464121db48.tar.bz2 abslibre-f17d7537bcba9c9aa0bc60acefd781464121db48.zip |
Update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-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 a07bef8e7..cdb1176de 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20140624.3 +pkgver=20150415 pkgdesc="Utilities for managing the ParabolaWeb website application" url="https://projects.parabolagnulinux.org/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=724f8c309c97aa9af7f963687342e8f37e682204 +_parabolaweb_commit=cdff1a234be0d625c5c824707dbae32ffa6a76dd pkgrel=1 epoch=1 @@ -18,8 +18,8 @@ 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=('0f7169ffa50fea915344f944a0920bf8' - '8bf17af4e66f552864bfdc0fd1d472f1') +md5sums=('4df6e4c0b5b7a6e3258a8625a266e0b0' + '826ab472f44b030810e0f0edde520909') build() { cd "$srcdir/$pkgname-$pkgver" |