summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2020-11-06 10:53:53 +0100
committerlarchunix2020-11-06 10:53:53 +0100
commitc909c5bc0309d9a9bf56819c1d916ef9b8ea3a99 (patch)
treef526fefd0f6c285280b3d2d35dd3d66203398784 /PKGBUILD
parente7cf8965930f8c07662211265146068c2ce099da (diff)
downloadaur-c909c5bc0309d9a9bf56819c1d916ef9b8ea3a99.tar.gz
Update to upstream release 0.16.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a17d9a1413e0..2675403484ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=createrepo_c
-pkgver=0.16.1
+pkgver=0.16.2
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>=3.13' 'doxygen'
checkdepends=('python-nose')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('8916255d7586fbabe3a04275e3e725ce')
+md5sums=('fd46a0619364d6a13522ab4265729923')
build() {
cd "$pkgname-$pkgver"