diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-17 00:48:35 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-17 00:48:35 -0600 |
commit | 953784602cbd98d13b303a810da70a63d312fcf4 (patch) | |
tree | f7215ff21e34ce6f5a97f172912da6a87466b63c /libre/parabolaweb-utils | |
parent | 3da845a08076afdd5805399268567ff5e623e477 (diff) | |
download | abslibre-953784602cbd98d13b303a810da70a63d312fcf4.tar.gz abslibre-953784602cbd98d13b303a810da70a63d312fcf4.tar.bz2 abslibre-953784602cbd98d13b303a810da70a63d312fcf4.zip |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index 5a6354fe5..0a49ce048 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=20130716 +pkgver=20130717 pkgdesc="Utilities for managing the parabolaweb website application" url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/" license=('GPL2') @@ -10,11 +10,14 @@ pkgrel=1 epoch=1 arch=('any') -source=("https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2") +source=( + "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" + "https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt" +) build() { cd "$srcdir/$pkgname-$pkgver" - make + prod_file="file://${srcdir}/requirements_prod.txt" make } package_parabolaweb-utils() { @@ -30,4 +33,5 @@ package_parabolaweb-dev() { depends=($(sed -r -e 's/\s*#.*//' depends_make.txt)) } -md5sums=('059c0a83a3c58ccffe99edd57d984337') +md5sums=('a6734335001c7695d5a57fb509f8a745' + 'c84e52d81683cb3d572571ac19be89ac') |