summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2021-07-18 12:08:46 +0200
committerlarchunix2021-07-18 12:08:46 +0200
commitdda05a13d8b48977327fc2807bd60de840838d9f (patch)
treeacd86eab9fa1494a6e571b85922a116e3dc3a40e /PKGBUILD
parent2c2f6eb42dbbcc6c26bc0956f7c2c5bac3036c1f (diff)
downloadaur-dda05a13d8b48977327fc2807bd60de840838d9f.tar.gz
Update to upstream release 0.17.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9752f0f25f10..b0a9efc388df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=createrepo_c
-pkgver=0.17.3
+pkgver=0.17.4
pkgrel=1
pkgdesc="A C implementation of createrepo, a tool to create yum repositories"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('bash-completion' 'cmake>=3.13' 'doxygen'
'pkg-config' 'python' 'python-setuptools' 'python-sphinx')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e3fafdddcb4c58d45c48ca03f18998c4020fa0598a54093c24cd748fd308cb98')
+sha256sums=('778d1cea8e51137dda7d8245c3bbfab64dddbf10fd33744e5c7053fe1c5d99ec')
build() {
cd "$pkgname-$pkgver"