summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2022-11-09 01:44:22 +0700
committerKonstantin Shalygin2022-11-09 01:44:22 +0700
commitfe2a0cb979b9b5e11888cf5b1b7200a14749dc3e (patch)
treed1f60b8c49dc3de06b5f1bf11144c684366e2fe3 /PKGBUILD
parent847d84e1b65c4b64e822f6549bd996f2bbf11694 (diff)
downloadaur-fe2a0cb979b9b5e11888cf5b1b7200a14749dc3e.tar.gz
Bump to 1.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 556030d66ef6..3efb4ddc0ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='libstoragemgmt'
-pkgver='1.9.5'
+pkgver='1.9.6'
pkgrel='1'
pkgdesc='A library for storage management'
arch=('any')
@@ -12,7 +12,7 @@ depends=('libxml2' 'icu' 'sqlite' 'openssl' 'libconfig' 'systemd')
makedepends=('check' 'chrpath' 'valgrind' 'python-pywbem' 'procps-ng')
optdepends=('arcconf: support for Microsemi (Adaptec) controllers')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5ca9e9eed222fa23366a8e5efa9ed684140bafd3f011bb2498d0982c1e26092b')
+sha256sums=('e4abb4ccd1ce2e006d7ae0aa416c187384c9acf524dfbf8b1a7a07dfde9efa59')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -29,8 +29,8 @@ prepare() {
--libdir=/usr/lib \
--datarootdir=/usr/share \
--datadir=/usr/share \
- --with-python3 \
- --without-mem-leak-test
+ --with-python3
+ #--without-mem-leak-test
}
build() {