diff options
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index 25cfeb421..fc366e037 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=20140616 +pkgver=20140624 pkgdesc="Utilities for managing the ParabolaWeb website application" url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/" license=('GPL2') @@ -12,13 +12,13 @@ _parabolaweb_commit=724f8c309c97aa9af7f963687342e8f37e682204 pkgrel=1 epoch=1 -arch=('any') +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}" + "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=('a3a5c128161a2560368281700bd2c4f7' +md5sums=('6b0215fd437913a976734b08f4634e8d' '8bf17af4e66f552864bfdc0fd1d472f1') build() { |