summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2016-07-22 20:31:44 +0200
committerlarchunix2016-07-22 20:31:44 +0200
commit4339bbde98258b0e02fea44fbf20cc1173e45d9a (patch)
tree400f684abb15f80ece556617b6d9a7a93ab25c42 /PKGBUILD
parent3da295ea5df1cef52a0bd365234a495da0c432c7 (diff)
downloadaur-4339bbde98258b0e02fea44fbf20cc1173e45d9a.tar.gz
Update to upstream release 0.6.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 993ea9a04736..41613a3b9132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.6.22
+pkgver=0.6.23
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=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('33e22fc89aa41e67dae917a8a587ae73')
+md5sums=('80098e081712368d38ade6affb39dd65')
prepare() {
cd "$pkgname-$pkgver"