summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-05-12 10:34:58 +0200
committerlarchunix2019-05-12 10:34:58 +0200
commit20b76f8ac844118f584e734e4d7ec5192ca23c8d (patch)
tree131e69900f7af621b4876d77bf7bf01b2f8e275c /PKGBUILD
parent3ad42025cab8f579c6fc4e42801dc00848078e9e (diff)
downloadaur-20b76f8ac844118f584e734e4d7ec5192ca23c8d.tar.gz
Update to upstream release 1.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a5e4eebd224..c0a7712e029d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=librepo
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc="Repodata downloading library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ checkdepends=('check' 'python-flask' 'python-gpgme' 'python-nose'
'python-pyxattr' 'python-requests')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('23919f2c8a98ab82ef9a995185a9abf3')
+md5sums=('960b32579580f04e4b93b14812ff8f3b')
prepare() {
cd "$pkgname-$pkgver"