summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2016-04-08 21:37:28 +0200
committerlarchunix2016-04-08 21:37:28 +0200
commit989a7f627f30afc31a637e5010c26ea076ea4c23 (patch)
treefee4ae622afc592e93ed0630397fa5b6b46f2c79 /PKGBUILD
parent35cb5c1352a164227c2bb0c55d499f756b012213 (diff)
downloadaur-989a7f627f30afc31a637e5010c26ea076ea4c23.tar.gz
Update to upstream release 0.6.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3063df001856..1b3ed117a1ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.6.19
+pkgver=0.6.20
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=('b1fe10e51190a138767aedf010525032')
+md5sums=('9b8a44e94d048a931db8568f48e9e7f0')
prepare() {
cd "$pkgname-$pkgver"