summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-11-25 15:41:31 +0100
committerlarchunix2019-11-25 15:41:31 +0100
commit52c4a73b0ee88acce3eb80469a733ab3d91111eb (patch)
tree8ff81f49cac5f184bdc3132f16fe2eef7cf9710b /PKGBUILD
parent21ef11b509340c80bdd4978cd492e8bd2c0bec69 (diff)
downloadaur-52c4a73b0ee88acce3eb80469a733ab3d91111eb.tar.gz
Update to upstream release 0.39.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b4514c84ef8..da0ee6372023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.38.1
+pkgver=0.39.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=('c25608c2097b4878d76f12b4101865e9')
+md5sums=('7556f99f4318d79992fe45c4132398e1')
prepare() {
cd "$pkgname-$pkgver"