[arch-commits] Commit in volume_key/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Nov 15 16:20:28 UTC 2017


    Date: Wednesday, November 15, 2017 @ 16:20:27
  Author: felixonmars
Revision: 310010

upgpkg: volume_key 0.3.9-4

Modified:
  volume_key/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-15 15:40:25 UTC (rev 310009)
+++ PKGBUILD	2017-11-15 16:20:27 UTC (rev 310010)
@@ -3,12 +3,12 @@
 
 pkgname=volume_key
 pkgver=0.3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases"
 arch=('x86_64')
 url="https://pagure.io/volume_key"
 license=('GPL')
-depends=('cryptsetup' 'nss' 'gpgme' 'python')
+depends=('cryptsetup' 'nss' 'gpgme' 'python2')
 makedepends=('swig')
 source=("https://github.com/felixonmars/volume_key/archive/volume_key-$pkgver.tar.gz")
 sha512sums=('f013cecee09429a1bcabcce0ec1e9c531fa396a1233f90f1f09272dd8a2e3a0e013eb2f3fb5c215abb15225445feb05cee175a06f06ae5e0220cc953ab80a027')
@@ -15,7 +15,6 @@
 
 prepare() {
   cd "$srcdir"/volume_key-volume_key-$pkgver
-  sed -e 's/-lpython\$(PYTHON_VERSION)/-lpython$(PYTHON_VERSION)m/' -i Makefile.am
   autoreconf -i
 
   find . -name ".pyc" -delete
@@ -24,7 +23,7 @@
 build() {
   cd "$srcdir"/volume_key-volume_key-$pkgver
   ./configure --prefix=/usr
-  make PYTHON_CPPFLAGS="$(pkg-config --cflags python3)"
+  make
 }
 
 package() {



More information about the arch-commits mailing list