summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2016-05-18 22:01:05 +0200
committerlarchunix2016-05-18 22:01:05 +0200
commitc51e070a5e8c8880fa81bd147c7d7c1b047baf07 (patch)
tree4edbaa8d4056d38b742647ef13c5095e59c093d1
parent989a7f627f30afc31a637e5010c26ea076ea4c23 (diff)
downloadaur-c51e070a5e8c8880fa81bd147c7d7c1b047baf07.tar.gz
Update to upstream release 0.6.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c256339b250d..c0e1aeb0bed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsolv
pkgdesc = Library for solving packages and reading repositories
- pkgver = 0.6.20
+ pkgver = 0.6.21
pkgrel = 1
url = https://github.com/openSUSE/libsolv
arch = i686
@@ -18,8 +18,8 @@ pkgbase = libsolv
optdepends = perl: for perl bindings
optdepends = python: for python bindings
optdepends = ruby: for ruby bindings
- source = libsolv-0.6.20.tar.gz::https://github.com/openSUSE/libsolv/archive/0.6.20.tar.gz
- md5sums = 9b8a44e94d048a931db8568f48e9e7f0
+ source = libsolv-0.6.21.tar.gz::https://github.com/openSUSE/libsolv/archive/0.6.21.tar.gz
+ md5sums = 540ff1dbd48f4b24a018641883500de6
pkgname = libsolv
diff --git a/PKGBUILD b/PKGBUILD
index 1b3ed117a1ba..6f8a21e5ee38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.6.20
+pkgver=0.6.21
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=('9b8a44e94d048a931db8568f48e9e7f0')
+md5sums=('540ff1dbd48f4b24a018641883500de6')
prepare() {
cd "$pkgname-$pkgver"