diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 16:48:22 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 16:48:22 -0500 |
commit | b0575d04cb0bd23a5d0185daccfe5916ce919cac (patch) | |
tree | 692aabe74c1a4a92694298895553ed7e10fa4480 /libre/parabolaweb-utils/PKGBUILD | |
parent | 203be310b0810da95a73ee7d333f0da7c9a07acf (diff) | |
download | abslibre-b0575d04cb0bd23a5d0185daccfe5916ce919cac.tar.gz abslibre-b0575d04cb0bd23a5d0185daccfe5916ce919cac.tar.bz2 abslibre-b0575d04cb0bd23a5d0185daccfe5916ce919cac.zip |
update libre/parabolaweb-utils: run update_types_permissions if it exists
Diffstat (limited to 'libre/parabolaweb-utils/PKGBUILD')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index 5000e0201..bfdfc54da 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -8,7 +8,7 @@ pkgname=parabolaweb-utils pkgver=`_get_pkgver` -pkgrel=6 +pkgrel=7 pkgdesc="Utils for the Parabola website" arch=('any') url="https://projects.parabolagnulinux.org/parabolaweb.git/" @@ -18,7 +18,7 @@ depends=( 'python2-flup' # for fcgi 'postgresql' # for database 'git' # used in parabolaweb-download - 'libretools' # used in parabolaweb-{download,update} + 'libretools' # used in parabolaweb-{download,update} (libremessages) `_get_depends`) backup=('etc/conf.d/parabolaweb') @@ -50,7 +50,7 @@ package() { md5sums=('SKIP' 'f162c2ce49b4cafe0a14bd4767dfea04' - 'a73063b14746720b77fdbab851f5c161' + '184f3e52781747369d8e26abc9723f7c' 'd5294495f42df29d29519ebd0a8f6093' 'cc15e153f99fba82e7bb032896f655c2' 'a468016a7155b5da46521dcfc6428384' |