mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
Bump to 1.9.2
This commit is contained in:
parent
e6b5346942
commit
dff8dac407
2 changed files with 9 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = libstoragemgmt
|
||||
pkgdesc = A library for storage management
|
||||
pkgver = 1.9.1
|
||||
pkgver = 1.9.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/libstorage/libstoragemgmt
|
||||
arch = any
|
||||
|
|
@ -17,8 +17,8 @@ pkgbase = libstoragemgmt
|
|||
depends = libconfig
|
||||
depends = systemd
|
||||
optdepends = arcconf: support for Microsemi (Adaptec) controllers
|
||||
source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.1/libstoragemgmt-1.9.1.tar.gz
|
||||
sha256sums = 4d78a8243ab9627d86b0b64d42cdd6ef81a78f04e716579b80017bf5831a1dd8
|
||||
source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.2/libstoragemgmt-1.9.2.tar.gz
|
||||
sha256sums = 0afd17fbce2776373b65c0f9bceec1496c5977210d6b2fc81c55ac18050dc128
|
||||
|
||||
pkgname = libstoragemgmt
|
||||
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
|
||||
|
||||
pkgname='libstoragemgmt'
|
||||
pkgver='1.9.1'
|
||||
pkgver='1.9.2'
|
||||
pkgrel='1'
|
||||
pkgdesc='A library for storage management'
|
||||
arch=('any')
|
||||
|
|
@ -12,11 +12,13 @@ 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=('4d78a8243ab9627d86b0b64d42cdd6ef81a78f04e716579b80017bf5831a1dd8')
|
||||
sha256sums=('0afd17fbce2776373b65c0f9bceec1496c5977210d6b2fc81c55ac18050dc128')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
# mem leak test disabled
|
||||
# https://github.com/libstorage/libstoragemgmt/issues/467
|
||||
autoreconf -fvi
|
||||
PYTHON="/usr/bin/python" ./configure \
|
||||
--prefix=/usr \
|
||||
|
|
@ -27,7 +29,8 @@ prepare() {
|
|||
--libdir=/usr/lib \
|
||||
--datarootdir=/usr/share \
|
||||
--datadir=/usr/share \
|
||||
--with-python3
|
||||
--with-python3 \
|
||||
--without-mem-leak-test
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue