summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-13 14:12:44 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-13 14:12:44 -0500
commit959fdb0438d491f61ef01b5417eac4aaac09fe1f (patch)
treec472ef1be7207b3ca11a3457efca38ab4d71a396
parent9ddc355d49b370c4a84840b7f119f548da81f814 (diff)
update libre/parabolaweb-utils
-rw-r--r--PKGBUILD8
-rw-r--r--helper.sh2
2 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1015f60..4220394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,14 @@
# _get_depends_nover (no version requirements)
pkgname=parabolaweb-utils
-pkgver=20121213.0039
-pkgrel=1
+pkgver=20120425.0657
pkgdesc="Utils for the Parabola website"
-arch=('any')
url="https://projects.parabolagnulinux.org/parabolaweb.git/"
license=('GPL2')
+
+pkgrel=1
+epoch=1
+arch=('any')
depends=(
'python2' # duh
'python2-flup' # for fcgi
diff --git a/helper.sh b/helper.sh
index 5212571..ce8638e 100644
--- a/helper.sh
+++ b/helper.sh
@@ -13,7 +13,7 @@ _get_depends() {
if [[ -f "${srcdir:-${startdir:-.}/src}/parabolaweb/requirements_prod.txt" ]]; then
pushd "${srcdir:-src}" >/dev/null
< parabolaweb/requirements_prod.txt sed -r \
- -e 's/.*/\L&/' -e 's/==/=/' \
+ -e 's/.*/\L&/' -e 's/==/>=/' \
-e 's/^(python2?-)?/python2-/' \
-e 's/python2-django/django/'
popd >/dev/null