mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
Bump to 1.8.8
This commit is contained in:
parent
de71b7eaaf
commit
18218607b0
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = libstoragemgmt
|
||||
pkgdesc = A library for storage management
|
||||
pkgver = 1.8.7
|
||||
pkgver = 1.8.8
|
||||
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.8.7/libstoragemgmt-1.8.7.tar.gz
|
||||
sha256sums = 70bebc2b178bb336ac6e950340f7925e1b0ad9625a5574bf29ad3b09cb033580
|
||||
source = https://github.com/libstorage/libstoragemgmt/releases/download/1.8.8/libstoragemgmt-1.8.8.tar.gz
|
||||
sha256sums = 493fcfc52aa2811b9417a10f9f1b5b67d7810ea2efe0bcc1b60c7f96e22c9e81
|
||||
|
||||
pkgname = libstoragemgmt
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
|
||||
|
||||
pkgname='libstoragemgmt'
|
||||
pkgver='1.8.7'
|
||||
pkgver='1.8.8'
|
||||
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=('70bebc2b178bb336ac6e950340f7925e1b0ad9625a5574bf29ad3b09cb033580')
|
||||
sha256sums=('493fcfc52aa2811b9417a10f9f1b5b67d7810ea2efe0bcc1b60c7f96e22c9e81')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue