summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2018-11-06 11:37:06 +0100
committerBaptiste Jonglez2018-11-06 11:37:06 +0100
commita38d9eb4487c79750821920b580f0f5e09872afe (patch)
treecaf0af50cc8f2a61f126d223bb70fbb14545414f
parent2d358e4dbffed2d200a62f27b73e1c4b88d87ab9 (diff)
downloadaur-a38d9eb4487c79750821920b580f0f5e09872afe.tar.gz
python-lvm: bump to 2.02.182
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b32b749e00b..8cfc81643768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 11 10:18:57 UTC 2018
+# Tue Nov 6 10:37:06 UTC 2018
pkgbase = python2-lvm
pkgdesc = Python 2 bindings for LVM
- pkgver = 2.02.179
+ pkgver = 2.02.182
pkgrel = 1
url = http://sourceware.org/lvm2/
arch = i686
@@ -10,9 +10,9 @@ pkgbase = python2-lvm
license = LGPL2.1
depends = python2
depends = lvm2
- source = https://ftp.gwdg.de/pub/linux/sources.redhat.com/lvm2/LVM2.2.02.179.tgz
- source = https://ftp.gwdg.de/pub/linux/sources.redhat.com/lvm2/LVM2.2.02.179.tgz.asc
- sha256sums = bc2e29b9e542b624fd213c69617ac4d62412f8f437b0a3fcbfaf0f40b899b003
+ source = https://ftp.gwdg.de/pub/linux/sources.redhat.com/lvm2/LVM2.2.02.182.tgz
+ source = https://ftp.gwdg.de/pub/linux/sources.redhat.com/lvm2/LVM2.2.02.182.tgz.asc
+ sha256sums = 4964b93778dd37ffb7ecdc1b16820710a851fcbb2ba822e42dd4030fb1cc0642
sha256sums = SKIP
pkgname = python2-lvm
diff --git a/PKGBUILD b/PKGBUILD
index d58597df2991..ddf1e98a0f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
# Based on the lvm2 package in [core]
pkgname="python2-lvm"
-pkgver=2.02.179
+pkgver=2.02.182
pkgrel=1
arch=('i686' 'x86_64')
url="http://sourceware.org/lvm2/"
@@ -9,13 +9,13 @@ license=('LGPL2.1')
pkgdesc="Python 2 bindings for LVM"
depends=('python2' 'lvm2')
source=("https://ftp.gwdg.de/pub/linux/sources.redhat.com/lvm2/LVM2.${pkgver}.tgz"{,.asc})
-sha256sums=('bc2e29b9e542b624fd213c69617ac4d62412f8f437b0a3fcbfaf0f40b899b003'
+sha256sums=('4964b93778dd37ffb7ecdc1b16820710a851fcbb2ba822e42dd4030fb1cc0642'
'SKIP')
validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17' # Alasdair G Kergon <agk@redhat.com>
'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos <mcsontos@redhat.com>
build() {
- CONFIGUREOPTS="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin \
+ local _CONFIGUREOPTS="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin \
--with-udev-prefix=/usr --with-systemdsystemunitdir=/usr/lib/systemd/system \
--with-default-pid-dir=/run --with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm \
--with-default-locking-dir=/run/lock/lvm \
@@ -23,7 +23,7 @@ build() {
cd LVM2.${pkgver}
- ./configure $CONFIGUREOPTS
+ ./configure ${_CONFIGUREOPTS}
make python
}