summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2016-08-25 09:12:02 +0200
committerlarchunix2016-08-25 09:12:02 +0200
commit7c54c3ebc8a6932e239814c2004c9e5f6014f650 (patch)
treef1ed317fc48c029fe2ca5e99171d2614fd830b7d
parent481b577acd0d29bc5fb50697e36e75afa19a5481 (diff)
downloadaur-7c54c3ebc8a6932e239814c2004c9e5f6014f650.tar.gz
Update to upstream release 1.7.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecedd6555825..850aa9adb604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librepo
pkgdesc = Repodata downloading library
- pkgver = 1.7.19
+ pkgver = 1.7.20
pkgrel = 1
url = https://github.com/rpm-software-management/librepo
arch = i686
@@ -18,8 +18,8 @@ pkgbase = librepo
depends = glib2
depends = gpgme
optdepends = python: for python bindings
- source = https://github.com/rpm-software-management/librepo/archive/librepo-1.7.19.tar.gz
- md5sums = 31361f590626fd20cbad6742df638467
+ source = https://github.com/rpm-software-management/librepo/archive/librepo-1.7.20.tar.gz
+ md5sums = e4ef7a85806e58e66308e99cfeabce9e
pkgname = librepo
diff --git a/PKGBUILD b/PKGBUILD
index 4e76166052a5..0411c229dc35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=librepo
-pkgver=1.7.19
+pkgver=1.7.20
pkgrel=1
pkgdesc="Repodata downloading library"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ makedepends=('cmake' 'python')
checkdepends=('check' 'python-flask' 'python-nose' 'python-pygpgme' 'python-pyxattr')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('31361f590626fd20cbad6742df638467')
+md5sums=('e4ef7a85806e58e66308e99cfeabce9e')
prepare() {
mv "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"