diff options
-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() { |