summaryrefslogtreecommitdiff
path: root/libre/parabolaweb-utils
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-16 13:26:24 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-16 13:26:24 -0400
commitff7614a4a43629a52840061f50521474f7d70ecd (patch)
treeb3e5e514605fd6d9cd88a1d75fca04dbaece4092 /libre/parabolaweb-utils
parent4cac11524398c83ee0420c8552e0593b3378cd79 (diff)
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r--libre/parabolaweb-utils/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD
index cd81c83de..25cfeb421 100644
--- a/libre/parabolaweb-utils/PKGBUILD
+++ b/libre/parabolaweb-utils/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=(parabolaweb-utils parabolaweb-dev)
-pkgver=20140117
-pkgdesc="Utilities for managing the parabolaweb website application"
+pkgver=20140616
+pkgdesc="Utilities for managing the ParabolaWeb website application"
url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/"
license=('GPL2')
@@ -10,7 +10,7 @@ license=('GPL2')
# Bump pkgrel instead of pkgver if updating this is the only change
_parabolaweb_commit=724f8c309c97aa9af7f963687342e8f37e682204
-pkgrel=2
+pkgrel=1
epoch=1
arch=('any')
@@ -18,7 +18,7 @@ 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=('4543e360c0f5ecbfa3a4a51b2bd9131d'
+md5sums=('a3a5c128161a2560368281700bd2c4f7'
'8bf17af4e66f552864bfdc0fd1d472f1')
build() {
@@ -35,6 +35,6 @@ package_parabolaweb-utils() {
package_parabolaweb-dev() {
cd "$srcdir/$pkgbase-$pkgver"
- pkgdesc="Depends on packages needed to develop parabolaweb"
+ pkgdesc="Depends on packages needed to develop ParabolaWeb"
depends=($(sed -r -e 's/\s*#.*//' depends_make.txt))
}