summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2022-11-09 01:44:22 +0700
committerKonstantin Shalygin2022-11-09 01:44:22 +0700
commitfe2a0cb979b9b5e11888cf5b1b7200a14749dc3e (patch)
treed1f60b8c49dc3de06b5f1bf11144c684366e2fe3
parent847d84e1b65c4b64e822f6549bd996f2bbf11694 (diff)
downloadaur-fe2a0cb979b9b5e11888cf5b1b7200a14749dc3e.tar.gz
Bump to 1.9.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d98ae82641..11077181b056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libstoragemgmt
pkgdesc = A library for storage management
- pkgver = 1.9.5
+ pkgver = 1.9.6
pkgrel = 1
url = https://github.com/libstorage/libstoragemgmt
arch = any
@@ -17,7 +17,7 @@ pkgbase = libstoragemgmt
depends = libconfig
depends = systemd
optdepends = arcconf: support for Microsemi (Adaptec) controllers
- source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.5/libstoragemgmt-1.9.5.tar.gz
- sha256sums = 5ca9e9eed222fa23366a8e5efa9ed684140bafd3f011bb2498d0982c1e26092b
+ source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.6/libstoragemgmt-1.9.6.tar.gz
+ sha256sums = e4abb4ccd1ce2e006d7ae0aa416c187384c9acf524dfbf8b1a7a07dfde9efa59
pkgname = libstoragemgmt
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() {