From f6f73c2c9ef72880337dfe4af5517b5aec3877a0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 19 May 2016 19:54:47 -0400 Subject: update libre/parabolaweb-utils --- libre/parabolaweb-utils/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre') 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 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" } -- cgit v1.2.3-54-g00ecf