summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2018-10-15 22:06:15 +0200
committerlarchunix2018-10-15 22:06:15 +0200
commit35385d2ac4d93cc6ff6b2f24d33cc2dca9966ce3 (patch)
tree04a787902d6fcf7febbd6dd9d7ae6de1d039a478 /PKGBUILD
parentd2210b8728593c936ef06641fb04cc03a36c44d4 (diff)
downloadaur-35385d2ac4d93cc6ff6b2f24d33cc2dca9966ce3.tar.gz
Update to upstream release 0.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e49a3d329dfe..b0a45497bfdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.20.0
+pkgver=0.22.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=('7679e603d5ddc3605b140d7eba50df13')
+md5sums=('a9fd73d87d09326b839e333d92519d0a')
prepare() {
cd "$pkgname-$pkgver"