summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-03-29 17:59:18 +0100
committerlarchunix2019-03-29 17:59:18 +0100
commit927dc46e7a35c7a0e09de8e80a29a647061dbba8 (patch)
tree2544e0f2338ca09d4324405f10dddec9e1e9a1d0 /PKGBUILD
parentc3c83a7c564855e64dd69360987ff01530e4ec9f (diff)
downloadaur-927dc46e7a35c7a0e09de8e80a29a647061dbba8.tar.gz
Update to upstream release 0.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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 \