summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2018-09-07 20:11:11 +0200
committerlarchunix2018-09-07 20:11:11 +0200
commit36ac035a23741ebc6609b3833db6276812d2f6d2 (patch)
tree4da0a39c4aaf820a907abda7a13a9defb6b027e1 /PKGBUILD
parent660d4f61837db57e82fba8cea1fff9870f8c4a5e (diff)
downloadaur-36ac035a23741ebc6609b3833db6276812d2f6d2.tar.gz
Update to upstream release 0.19.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28ed1ff9f577..a3435912ff79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.18.0
+pkgver=0.19.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=('3a5cd8a4a9bebe7a83da94b3d848e7ab')
+md5sums=('0f75c0cb4c67d9c2d171ea12ec60f547')
prepare() {
cd "$pkgname-$pkgver"