summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2018-07-27 19:35:08 +0200
committerlarchunix2018-07-27 19:35:08 +0200
commitce2f07951bde41f9f3d3ac628f5ab36d2b1b0671 (patch)
tree24a5f9687589d65353e7665c121e186347de74c4 /PKGBUILD
parent056f6a1570e894fc002ee3be922bba7dd341e8db (diff)
downloadaur-ce2f07951bde41f9f3d3ac628f5ab36d2b1b0671.tar.gz
Update to upstream release 0.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aa080fa0eb5..cd02580c2e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.16.0
+pkgver=0.16.1
pkgrel=1
pkgdesc="Library providing simplified C and Python API to libsolv"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ provides=( 'hawkey')
conflicts=('hawkey')
replaces=( 'hawkey')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('b1c9c1931a12fec69487b3d4ab00d908')
+md5sums=('6ba2381a71bfb1fa174bb11d8274f400')
prepare() {
cd "$pkgname-$pkgver"