summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2016-08-25 09:07:50 +0200
committerlarchunix2016-08-25 09:07:50 +0200
commit481b577acd0d29bc5fb50697e36e75afa19a5481 (patch)
treea54514b26cdeb8955b220dc2473fd0dbaf95b279
parent7d03e300e17fda841e2e0da8c0145aca29d721d9 (diff)
downloadaur-481b577acd0d29bc5fb50697e36e75afa19a5481.tar.gz
Update to upstream release 1.7.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88e3f647bc29..ecedd6555825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librepo
pkgdesc = Repodata downloading library
- pkgver = 1.7.18
+ pkgver = 1.7.19
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.18.tar.gz
- md5sums = 4b28cfad651110b4b033825dc8f8b7cf
+ source = https://github.com/rpm-software-management/librepo/archive/librepo-1.7.19.tar.gz
+ md5sums = 31361f590626fd20cbad6742df638467
pkgname = librepo
diff --git a/PKGBUILD b/PKGBUILD
index 97bc3a62f40a..4e76166052a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=librepo
-pkgver=1.7.18
+pkgver=1.7.19
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=('4b28cfad651110b4b033825dc8f8b7cf')
+md5sums=('31361f590626fd20cbad6742df638467')
prepare() {
mv "$pkgname-$pkgname-$pkgver" "$pkgname-$pkgver"