summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-03-27 15:37:34 +0100
committerlarchunix2019-03-27 15:37:34 +0100
commit8b76094959c6177b8a0fdfe03698ecdf6c5558d9 (patch)
tree9ca6ba970df53de9f087ef4e885d4b10acf94a58 /PKGBUILD
parenta39587be35b5cf62bcac24ef46460bdc3e457d44 (diff)
downloadaur-8b76094959c6177b8a0fdfe03698ecdf6c5558d9.tar.gz
Update to upstream release 1.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad50a13dd31d..329372484ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=librepo
-pkgver=1.9.5
+pkgver=1.9.6
pkgrel=1
pkgdesc="Repodata downloading library"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ makedepends=('cmake' 'python')
checkdepends=('check' 'python-flask' 'python-nose' 'python-gpgme' 'python-pyxattr')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('f2e161f78fa512eb0c212da1ac7d7437')
+md5sums=('99a0584d040975cf9ead08df62d399a4')
prepare() {
cd "$pkgname-$pkgver"