diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-05 00:14:07 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-05 00:30:39 -0500 |
commit | 17b54d4d77b96c5fe64639359fae16395972d862 (patch) | |
tree | 0b235a586d78767c1641a67fd169608ee8044d49 /libre/parabolaweb-utils | |
parent | 5027fa8e88caf9ae87959010a0204d516c13a132 (diff) | |
download | abslibre-17b54d4d77b96c5fe64639359fae16395972d862.tar.gz abslibre-17b54d4d77b96c5fe64639359fae16395972d862.tar.bz2 abslibre-17b54d4d77b96c5fe64639359fae16395972d862.zip |
update libre/parabolaweb-utils
Diffstat (limited to 'libre/parabolaweb-utils')
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index a55e7e606..de9945332 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=20170204 +pkgver=20170205 pkgdesc="Utilities for managing the ParabolaWeb website application" url="https://git.parabola.nu/packages/parabolaweb-utils.git/" license=('GPL2') @@ -16,7 +16,7 @@ arch=('i686' 'x86_64' 'armv7h') 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=('63793d4d123b22ee05cd53608af56574' +md5sums=('3c63ceade4ffab94bdc0587fada57c62' '2a282dc52fb6cf3c4907715a2e85dc7b') build() { |