From f8a63a03262353e23967262d6c2881d26709017d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 17 Apr 2015 15:07:21 -0400 Subject: update libre/parabolaweb-utils --- libre/parabolaweb-utils/PKGBUILD | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'libre/parabolaweb-utils/PKGBUILD') diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index cdb1176de..7698faa60 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,25 +1,23 @@ # Maintainer: Luke Shumaker pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20150415 +pkgver=20150417 pkgdesc="Utilities for managing the ParabolaWeb website application" -url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/" +url="https://projects.parabola.nu/packages/parabolaweb-utils.git/" license=('GPL2') # The commit to get dependency info for # Bump pkgrel instead of pkgver if updating this is the only change -_parabolaweb_commit=cdff1a234be0d625c5c824707dbae32ffa6a76dd +_parabolaweb_commit=d2eb47c0dfc068c7727232d89daeee377969288d pkgrel=1 epoch=1 -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') -source=( - "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" - "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}" -) -md5sums=('4df6e4c0b5b7a6e3258a8625a266e0b0' - '826ab472f44b030810e0f0edde520909') +source=("https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" + "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}") +md5sums=('12419393e81d9a890a98a676eec4103e' + '28653bf82e9c73b6f1d736bf107d2a40') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3