summaryrefslogtreecommitdiff
path: root/libre/parabolaweb-utils
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-12 15:35:41 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-12 15:35:41 -0500
commitd2a4ee493419898a3228763ba2459f31d7bb8df5 (patch)
tree56e4fd1985d329bfda2cf7e2703991ba2ba3dd5e /libre/parabolaweb-utils
parentb9cc9ba682c2d797900679ca08eec4566e1993a8 (diff)
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r--libre/parabolaweb-utils/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD
index 0a49ce048..d210983ba 100644
--- a/libre/parabolaweb-utils/PKGBUILD
+++ b/libre/parabolaweb-utils/PKGBUILD
@@ -1,23 +1,26 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=(parabolaweb-utils parabolaweb-dev)
-pkgver=20130717
+pkgver=20131112
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
+_parabolaweb_commit=c8eef42e8085e1e00af4031ec407b5e047194363
+
pkgrel=1
epoch=1
arch=('any')
source=(
"https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"
- "https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt"
+ "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}"
)
build() {
cd "$srcdir/$pkgname-$pkgver"
- prod_file="file://${srcdir}/requirements_prod.txt" make
+ prod_file="file://${srcdir}/requirements_prod-${_parabolaweb_commit}.txt" make
}
package_parabolaweb-utils() {
@@ -33,5 +36,5 @@ package_parabolaweb-dev() {
depends=($(sed -r -e 's/\s*#.*//' depends_make.txt))
}
-md5sums=('a6734335001c7695d5a57fb509f8a745'
+md5sums=('5fef1c006f8155feb030e83ff66c2400'
'c84e52d81683cb3d572571ac19be89ac')