summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2017-02-15 20:20:08 +0100
committerlarchunix2017-02-15 20:20:08 +0100
commit3575421d1eb425fff0f5bc27fab6897fcb98aaa3 (patch)
treee03daeb8995caa5a6c7d54fda8f9b396a2a077fa /PKGBUILD
parent77f75c465df5c6f76e669288edcb9e3efa4e7589 (diff)
downloadaur-3575421d1eb425fff0f5bc27fab6897fcb98aaa3.tar.gz
Update to upstream release 0.6.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ed3dea563a2..d39125628590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.6.25
+pkgver=0.6.26
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=('5f881e19c4c049849ab5241e980c1158')
+md5sums=('2fc15c3fdaf9f4e53872ade39446500c')
prepare() {
cd "$pkgname-$pkgver"