From 6fdd40397d6f63be13cc533e43a40420da50329a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 7 Apr 2019 12:19:11 -0400 Subject: libre/parabolaweb-utils: Update 20180326.1 → 20190407.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libre/parabolaweb-utils/PKGBUILD | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'libre') diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index df4ed531d..aa8e4fdb4 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,35 +1,46 @@ -# Maintainer: Luke Shumaker +# Maintainer: Luke Shumaker pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20180326.1 +pkgver=20190407.1 pkgdesc="Utilities for managing the ParabolaWeb website application" url="https://git.parabola.nu/packages/parabolaweb-utils.git/" license=('GPL2') +makedepends=('python-pip') # The commit to get dependency info for # Bump pkgrel instead of pkgver if updating this is the only change -_parabolaweb_commit=87bd4a32b2eb983a34bf28eaee6e2c6ce5a405ee +_parabolaweb_commit=f013c8d8cb06f7c993bbc41519de5ab7dd2ce0c4 -pkgrel=3 +pkgrel=1 epoch=1 arch=('i686' 'x86_64' 'armv7h') source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig} - "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}") -md5sums=('d1e9470ca82f2473ddd6fbe933bae452' - 'SKIP' - 'c9c3e560f248a9684b0ff8b764da5833') + "requirements_prod-${_parabolaweb_commit}.txt::https://git.parabola.nu/server/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}" + "requirements-${_parabolaweb_commit}.txt::https://git.parabola.nu/server/parabolaweb.git/plain/requirements.txt?id=${_parabolaweb_commit}") +sha256sums=('c352e225d65597066cb986db263461cf5bc3d317b459b38fcea4212cabae7fa3' + 'SKIP' + '67cf8fb90fd7f0e465d68b05ce3ff3d74ea5b0defd2bd26e0b46e66f3e44e380' + '8d8b7dae5a36471e0db0832a0ac315409ef43972d98223a6ad4db038991dc7fb') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker +prepare() { + cd "$srcdir" + ln -sf requirements-${_parabolaweb_commit}.txt requirements.txt + ln -sf requirements_prod-${_parabolaweb_commit}.txt requirements_prod.txt +} + build() { cd "$srcdir/$pkgname-$pkgver" - prod_file="file://${srcdir}/requirements_prod-${_parabolaweb_commit}.txt" make + prod_file=../requirements_prod.txt make } package_parabolaweb-utils() { cd "$srcdir/$pkgbase-$pkgver" depends=($(< depends.txt)) - backup=('etc/conf.d/parabolaweb' 'etc/uwsgi/parabolaweb.ini') + backup=('etc/conf.d/parabolaweb' + 'etc/uwsgi/parabolaweb.ini' + 'etc/sudoers.d/10-parabolaweb') make install DESTDIR="$pkgdir" } -- cgit v1.2.3