diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-19 19:54:47 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-19 19:54:47 -0400 |
commit | f6f73c2c9ef72880337dfe4af5517b5aec3877a0 (patch) | |
tree | bc5e4d82f158c47d2004080df951dbbcb723855e /libre/parabolaweb-utils | |
parent | c256aa94171587e01119443e0cbc99dfa896b91c (diff) | |
download | abslibre-f6f73c2c9ef72880337dfe4af5517b5aec3877a0.tar.gz abslibre-f6f73c2c9ef72880337dfe4af5517b5aec3877a0.tar.bz2 abslibre-f6f73c2c9ef72880337dfe4af5517b5aec3877a0.zip |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-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 76a565245..828abe416 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20160517 +pkgver=20160519 pkgdesc="Utilities for managing the ParabolaWeb website application" url="https://projects.parabola.nu/packages/parabolaweb-utils.git/" license=('GPL2') @@ -16,7 +16,7 @@ arch=('i686' 'x86_64') source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz" "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}") -md5sums=('06ed5b5bb1537c895452022a54f87832' +md5sums=('ec20568658fcc2a67052c4b5a038fef6' '2a282dc52fb6cf3c4907715a2e85dc7b') build() { @@ -27,7 +27,7 @@ build() { package_parabolaweb-utils() { cd "$srcdir/$pkgbase-$pkgver" depends=($(< depends.txt)) - backup=('etc/conf.d/parabolaweb') + backup=('etc/conf.d/parabolaweb' 'etc/uwsgi/parabolaweb.ini') make install DESTDIR="$pkgdir" } |