summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2020-05-23 10:08:23 +0200
committerlarchunix2020-05-23 10:08:23 +0200
commitd6f054d73d228786cbc8982e794e6efd8a872953 (patch)
treef4a6580d037d601ca1ac758ae11c96fbdf717644 /PKGBUILD
parent7e759b1d91872dfd3684beb0ea83d195aaa630cf (diff)
downloadaur-d6f054d73d228786cbc8982e794e6efd8a872953.tar.gz
Update to upstream release 0.7.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa0fbdc22fe3..e93a6427eb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.7.12
+pkgver=0.7.13
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=('a1eb44aee02e5faf3a0660ce6eeb88ec')
+md5sums=('4a95fb70487b278780dc5e19e27447e6')
prepare() {
cd "$pkgname-$pkgver"