summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-11-18 12:29:48 +0100
committerlarchunix2019-11-18 12:29:48 +0100
commit21ef11b509340c80bdd4978cd492e8bd2c0bec69 (patch)
treeaba2fd10457b9156315704bec911dec1dc9d793e /PKGBUILD
parent6e972db329ef7c46b7818f9b2a81d9dbb369445f (diff)
downloadaur-21ef11b509340c80bdd4978cd492e8bd2c0bec69.tar.gz
Update to upstream release 0.38.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed352769254..4b4514c84ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.37.2
+pkgver=0.38.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=('0c4d32959ebd992ac4847ba9f711135f')
+md5sums=('c25608c2097b4878d76f12b4101865e9')
prepare() {
cd "$pkgname-$pkgver"