summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-05-07 19:01:40 +0200
committerlarchunix2019-05-07 19:01:40 +0200
commit50e1e57ac9fbd4b339dcdfa553fb530a4362f257 (patch)
treebb0a8d35a5b08eee25a16e83aa522c7315343898 /PKGBUILD
parentc50632a4f98aab5a07177ac9efc2a709ec3f34f5 (diff)
downloadaur-50e1e57ac9fbd4b339dcdfa553fb530a4362f257.tar.gz
Update to upstream release 0.33.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e959618c149a..0f9489fdb1c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.31.0
+pkgver=0.33.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=('84ba8a7289c247dd4fa6c3ad2f66c380')
+md5sums=('732f4f480bd803da4a0a19d5a33f3048')
prepare() {
cd "$pkgname-$pkgver"