summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2020-06-02 16:53:39 +0200
committerlarchunix2020-06-02 16:53:39 +0200
commit7d2bf6461229cfb7ef8153df1286be03d6652c8d (patch)
treed604823efdd5724ea85c5ed99429cfead8b0e49b /PKGBUILD
parente15daf6cd1e9af7d6c0bc8d70da254ea42b005cf (diff)
downloadaur-7d2bf6461229cfb7ef8153df1286be03d6652c8d.tar.gz
Update to upstream release 0.15.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66ac614fa1e7..e2dd6dd24be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=createrepo_c
-pkgver=0.15.10
+pkgver=0.15.11
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=('524cf6ca1578141b2150fde3a5321ddf')
+md5sums=('69b1d92008bbcd5e273c0d717ac9b523')
prepare() {
cd "$pkgname-$pkgver"