diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-13 14:12:44 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-13 14:12:44 -0500 |
commit | 1774f880f4ad657ca3954c9e6f90c9dd8c4edcd7 (patch) | |
tree | 82cef801c3bd61e85d727a100fa13d59cb427023 /libre/parabolaweb-utils | |
parent | 3de4a02fd7512d3089c0c7228838446278aff531 (diff) | |
download | abslibre-1774f880f4ad657ca3954c9e6f90c9dd8c4edcd7.tar.gz abslibre-1774f880f4ad657ca3954c9e6f90c9dd8c4edcd7.tar.bz2 abslibre-1774f880f4ad657ca3954c9e6f90c9dd8c4edcd7.zip |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/parabolaweb-utils/helper.sh | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index 1015f60a6..4220394dc 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/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/libre/parabolaweb-utils/helper.sh b/libre/parabolaweb-utils/helper.sh index 5212571a8..ce8638e7e 100644 --- a/libre/parabolaweb-utils/helper.sh +++ b/libre/parabolaweb-utils/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 |