summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2021-09-28 13:04:12 +0200
committerlarchunix2021-09-28 13:04:12 +0200
commitf973ac28f2f8c5d9cd95cc80172394484bbd27bd (patch)
treeeb689811194f34c910eb5ab571f1322576e35d28
parent91fbbd1c5eaa652179123d295d78b1a2a62133d8 (diff)
downloadaur-f973ac28f2f8c5d9cd95cc80172394484bbd27bd.tar.gz
Update to upstream release 0.17.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a69f4aa9481..d18c5a4b340a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = createrepo_c
pkgdesc = A C implementation of createrepo, a tool to create yum repositories
- pkgver = 0.17.5
+ pkgver = 0.17.6
pkgrel = 1
url = https://github.com/rpm-software-management/createrepo_c
arch = i686
@@ -23,7 +23,7 @@ pkgbase = createrepo_c
depends = zchunk
depends = zlib
optdepends = python: for python bindings
- source = https://github.com/rpm-software-management/createrepo_c/archive/0.17.5/createrepo_c-0.17.5.tar.gz
- sha256sums = 1b537830c9811d874ca7741da2dc7b6a5f46c5a63cc59078e98f0c512cab44d5
+ source = https://github.com/rpm-software-management/createrepo_c/archive/0.17.6/createrepo_c-0.17.6.tar.gz
+ sha256sums = 42ae07dbd8aeecd133fdb509330fa6d74ab00f9e2a4ff55025cf296e8239744e
pkgname = createrepo_c
diff --git a/PKGBUILD b/PKGBUILD
index 812b5476321e..7032bd09c5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=createrepo_c
-pkgver=0.17.5
+pkgver=0.17.6
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=('1b537830c9811d874ca7741da2dc7b6a5f46c5a63cc59078e98f0c512cab44d5')
+sha256sums=('42ae07dbd8aeecd133fdb509330fa6d74ab00f9e2a4ff55025cf296e8239744e')
build() {
cd "$pkgname-$pkgver"