diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-22 23:03:46 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-22 23:03:46 -0200 |
commit | 93643331275b8ef2c4070077f260a52431133713 (patch) | |
tree | 0bd0a600fdbb3aeb6954c05bed9103101ad9d4b0 /libre/parabolaweb-utils/PKGBUILD | |
parent | 10970cba29cb1f265bcd7045a693e50ac6bf24b0 (diff) | |
parent | 72780d31ec566cbd62df57a6ba4d8fc7bc90bf56 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/parabolaweb-utils/PKGBUILD')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index cfb39d703..9c6da333a 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -8,12 +8,18 @@ pkgname=parabolaweb-utils pkgver=`_get_pkgver` -pkgrel=2 +pkgrel=3 pkgdesc="Utils for the Parabola website" arch=('any') url="https://projects.parabolagnulinux.org/parabolaweb.git/" license=('GPL2') -depends=('python2' 'python2-flup' 'git' 'libretools' `_get_depends`) +depends=( + 'python2' # duh + 'python2-flup' # for fcgi + 'postgresql' # for database + 'git' # used in parabolaweb-update + 'libretools' # used in parabolaweb-update + `_get_depends`) backup=('etc/conf.d/parabolaweb') export pkgver @@ -42,5 +48,5 @@ md5sums=('SKIP' 'dd05d6a4ea7cff7fdd789f59aeb9059a' '520e20b8bbca64042b3afa76b0bec55f' '1bce8fb832ad9e61cf8b96426ce843b5' - 'c7e292d2d1c3e846e5cfcd7283de0fe4' + '80ee438224b4d67677d0980d5bc57005' 'fb291168d3f57a85f82216c4e74c9ccf') |