summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-05-12 10:34:58 +0200
committerlarchunix2019-05-12 10:34:58 +0200
commit20b76f8ac844118f584e734e4d7ec5192ca23c8d (patch)
tree131e69900f7af621b4876d77bf7bf01b2f8e275c
parent3ad42025cab8f579c6fc4e42801dc00848078e9e (diff)
downloadaur-20b76f8ac844118f584e734e4d7ec5192ca23c8d.tar.gz
Update to upstream release 1.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc056f8a46b..f3a3a4f4eb02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librepo
pkgdesc = Repodata downloading library
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://github.com/rpm-software-management/librepo
arch = i686
@@ -21,8 +21,8 @@ pkgbase = librepo
depends = openssl
depends = zchunk>=0.9.11
optdepends = python: for python bindings
- source = https://github.com/rpm-software-management/librepo/archive/1.10.1/librepo-1.10.1.tar.gz
- md5sums = 23919f2c8a98ab82ef9a995185a9abf3
+ source = https://github.com/rpm-software-management/librepo/archive/1.10.2/librepo-1.10.2.tar.gz
+ md5sums = 960b32579580f04e4b93b14812ff8f3b
pkgname = librepo
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"