summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cea9720d6ff..36615862b088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsolv
pkgdesc = Library for solving packages and reading repositories
- pkgver = 0.7.13
+ pkgver = 0.7.14
pkgrel = 1
url = https://github.com/openSUSE/libsolv
arch = i686
@@ -21,8 +21,8 @@ pkgbase = libsolv
optdepends = perl: for perl bindings
optdepends = python: for python bindings
optdepends = ruby: for ruby bindings
- source = https://github.com/openSUSE/libsolv/archive/0.7.13/libsolv-0.7.13.tar.gz
- md5sums = 4a95fb70487b278780dc5e19e27447e6
+ source = https://github.com/openSUSE/libsolv/archive/0.7.14/libsolv-0.7.14.tar.gz
+ md5sums = a7a991fa70c310c31fabedc5b12453af
pkgname = libsolv
diff --git a/PKGBUILD b/PKGBUILD
index e93a6427eb35..9ad7e63b7ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.7.13
+pkgver=0.7.14
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=('4a95fb70487b278780dc5e19e27447e6')
+md5sums=('a7a991fa70c310c31fabedc5b12453af')
prepare() {
cd "$pkgname-$pkgver"