summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2018-07-20 19:24:14 +0200
committerlarchunix2018-07-20 19:24:14 +0200
commit056f6a1570e894fc002ee3be922bba7dd341e8db (patch)
treea655a1a630f6c26db37c2631d97e0117016d7044 /PKGBUILD
parent32c8d075a67f523ef752415246b49a939b67c77a (diff)
downloadaur-056f6a1570e894fc002ee3be922bba7dd341e8db.tar.gz
Update to upstream release 0.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7082da49dbee..1aa080fa0eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.15.2
+pkgver=0.16.0
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=('148bcfaad180c850101f5017461e4395')
+md5sums=('b1c9c1931a12fec69487b3d4ab00d908')
prepare() {
cd "$pkgname-$pkgver"