summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-05-24 11:33:44 +0200
committerlarchunix2019-05-24 11:33:44 +0200
commite28985d7bcbf82ad9b657223b55cd28ef460b584 (patch)
tree59e0e8a606c941771fb4b71feebc25ed67293d10 /PKGBUILD
parentc328502bbe26defff0d54f2abee9cc2b0e8c0d96 (diff)
downloadaur-e28985d7bcbf82ad9b657223b55cd28ef460b584.tar.gz
Update to upstream release 0.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e61daa794ff4..82a697f20168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=createrepo_c
-pkgver=0.14.0
+pkgver=0.14.1
pkgrel=1
pkgdesc="A C implementation of createrepo, a tool to create yum repositories"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('bash-completion' 'cmake' 'doxygen'
checkdepends=('python-nose')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('e7680224a822a953efaf87f6c2150cda')
+md5sums=('fb655e130661da56319fb53cd3f196f4')
prepare() {
cd "$pkgname-$pkgver"