summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-03-04 17:53:27 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-03-04 17:53:27 -0500
commitdb8b79e01b55c747c6747fbf4203309def2f46a9 (patch)
treefc5674f6ab9599e507d04239bf866d04a57ed895
parentdd568447b872fc89fa30ee3f43fa5dbf711062f9 (diff)
update ~lukeshu/parabolaweb-git
-rw-r--r--PKGBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b2614e..962b1c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+# This does not follow normal package guidelines; it is not a normal package.
pkgname=parabolaweb-git
-pkgver=20111204
-pkgrel=1
+pkgver=20120228
+pkgrel=2
pkgdesc="The Parabola website, fork of archweb"
arch=('any')
url="https://projects.parabolagnulinux.org/parabolaweb.git/"
license=('GPL2')
-depends=('python2' 'git'
- 'django=1.3.1'
- 'python-markdown=2.0.3'
- 'python-south=0.7.3'
- 'python2-pyinotify=0.9.2'
- 'python-memcached=1.47'
- 'python2-pytz>=2011n'
- 'python2-psycopg2'
-)
+_requirements=https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt
+depends=('python2' 'git'
+ `curl -s "$_requirements" | sed -r -e 's/.*/\L&/' -e 's/==/=/' \
+ -e 's/^(south)/python-&/' \
+ -e 's/^(markdown|psycopg2|pyinotify|pytz)/python2-&/'`)
install=parabolaweb.install
# These will make it install into /http/srv/web
@@ -38,5 +35,3 @@ build() {
package() {
install -d "${pkgdir}/${_install_dir}"
}
-
-# vim:set ts=2 sw=2 et: