summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-03-29 17:59:18 +0100
committerlarchunix2019-03-29 17:59:18 +0100
commit927dc46e7a35c7a0e09de8e80a29a647061dbba8 (patch)
tree2544e0f2338ca09d4324405f10dddec9e1e9a1d0
parentc3c83a7c564855e64dd69360987ff01530e4ec9f (diff)
downloadaur-927dc46e7a35c7a0e09de8e80a29a647061dbba8.tar.gz
Update to upstream release 0.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdce47e58d76..dd4a6b309318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsolv
pkgdesc = Library for solving packages and reading repositories
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/openSUSE/libsolv
arch = i686
@@ -20,8 +20,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.3/libsolv-0.7.3.tar.gz
- md5sums = b38b2cf93ce1fea2f909171e733843f2
+ source = https://github.com/openSUSE/libsolv/archive/0.7.4/libsolv-0.7.4.tar.gz
+ md5sums = 8798e1b32d7c5e3a99e8b26b6b8818b5
pkgname = libsolv
diff --git a/PKGBUILD b/PKGBUILD
index ec0834e717e2..96f58aa3dbc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsolv
-pkgver=0.7.3
+pkgver=0.7.4
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=('b38b2cf93ce1fea2f909171e733843f2')
+md5sums=('8798e1b32d7c5e3a99e8b26b6b8818b5')
prepare() {
cd "$pkgname-$pkgver"
@@ -33,6 +33,7 @@ build() {
-DENABLE_BZIP2_COMPRESSION=ON \
-DENABLE_COMPLEX_DEPS=1 \
-DENABLE_COMPS=ON \
+ -DENABLE_CONDA=ON \
-DENABLE_CUDFREPO=ON \
-DENABLE_DEBIAN=ON \
-DENABLE_HAIKU=OFF \
@@ -47,8 +48,8 @@ build() {
-DENABLE_RPMMD=ON \
-DENABLE_RPMPKG=ON \
-DENABLE_RUBY=ON \
- -DENABLE_TCL=OFF \
-DENABLE_SUSEREPO=ON \
+ -DENABLE_TCL=OFF \
-DENABLE_ZCHUNK_COMPRESSION=ON \
-DENABLE_ZSTD_COMPRESSION=ON \
-DMULTI_SEMANTICS=ON \