summaryrefslogtreecommitdiff
path: root/libre/parabolaweb-utils/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-14 16:11:14 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-14 16:11:14 -0500
commit203be310b0810da95a73ee7d333f0da7c9a07acf (patch)
tree6dbe73c5ed546cad80112d43bdb8a4128c1da341 /libre/parabolaweb-utils/PKGBUILD
parent7a75a6e8f80f8f75cf4b153da6f0ef8139019420 (diff)
downloadabslibre-203be310b0810da95a73ee7d333f0da7c9a07acf.tar.gz
abslibre-203be310b0810da95a73ee7d333f0da7c9a07acf.tar.bz2
abslibre-203be310b0810da95a73ee7d333f0da7c9a07acf.zip
update libre/parabolaweb-utils: make GITURL and GITREF configurable
Diffstat (limited to 'libre/parabolaweb-utils/PKGBUILD')
-rw-r--r--libre/parabolaweb-utils/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD
index e0b70ba1a..5000e0201 100644
--- a/libre/parabolaweb-utils/PKGBUILD
+++ b/libre/parabolaweb-utils/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=parabolaweb-utils
pkgver=`_get_pkgver`
-pkgrel=5
+pkgrel=6
pkgdesc="Utils for the Parabola website"
arch=('any')
url="https://projects.parabolagnulinux.org/parabolaweb.git/"
@@ -17,13 +17,15 @@ depends=(
'python2' # duh
'python2-flup' # for fcgi
'postgresql' # for database
- 'git' # used in parabolaweb-update
- 'libretools' # used in parabolaweb-update
+ 'git' # used in parabolaweb-download
+ 'libretools' # used in parabolaweb-{download,update}
`_get_depends`)
backup=('etc/conf.d/parabolaweb')
export pkgver
+makedepends=(makepkg-git)
+
source=(git://parabolagnulinux.org/parabolaweb.git
parabolaweb-download
parabolaweb-update
@@ -47,9 +49,9 @@ package() {
}
md5sums=('SKIP'
- '01bed679a4fd768e720bfd0f3c7d6694'
+ 'f162c2ce49b4cafe0a14bd4767dfea04'
'a73063b14746720b77fdbab851f5c161'
'd5294495f42df29d29519ebd0a8f6093'
'cc15e153f99fba82e7bb032896f655c2'
'a468016a7155b5da46521dcfc6428384'
- '9b565ef07e44d395bf7a0e484e3d19d1')
+ 'ffd37a19b1a72fbac2c58504aa17b355')