summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2018-10-31 15:04:13 +0100
committerlarchunix2018-10-31 15:04:13 +0100
commite5b8d99ed41dcf2ee2c98fb16ceb9044ae40d474 (patch)
tree3e9d4d76b204c511e80e2bb7cc40568e841b3e51 /PKGBUILD
parent810fa6d0c4997e09f61d383d855117b4f2367c7e (diff)
downloadaur-e5b8d99ed41dcf2ee2c98fb16ceb9044ae40d474.tar.gz
Update to upstream release 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f17fc1108591..31356db43bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Library for solving packages and reading repositories"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ optdepends=('perl: for perl bindings'
'python: for python bindings'
'ruby: for ruby bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('1a41028b666e4f24690e4c45241b5f4d')
+md5sums=('3d929d4dd4bcb8f053560205282c3f02')
prepare() {
cd "$pkgname-$pkgver"