summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2015-12-22 19:55:32 +0100
committerlarchunix2015-12-22 19:55:32 +0100
commit80d68b9b4153c2a033f370cbcfeb8ecf49804240 (patch)
tree47cc95ca2b2302cc9a49a75aa44b05bd10026d42 /PKGBUILD
parentc81012f148ca0d354923ccb1b4eff63b6cf2e5db (diff)
downloadaur-80d68b9b4153c2a033f370cbcfeb8ecf49804240.tar.gz
Update to upstream release 0.6.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62c61a0e0f1b..59a101ab4359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.6.16
+pkgver=0.6.17
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=('16ca44ab5f02d273e627a5d22e9a259e')
+md5sums=('569e4785e6c89bcb0640dfbdc814c917')
prepare() {
cd "$pkgname-$pkgver"