[arch-commits] Commit in ecryptfs-utils/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Sun Nov 14 08:42:20 UTC 2021
Date: Sunday, November 14, 2021 @ 08:42:20
Author: jelle
Revision: 1047342
Drop optional python2 module
Modified:
ecryptfs-utils/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 08:42:18 UTC (rev 1047341)
+++ PKGBUILD 2021-11-14 08:42:20 UTC (rev 1047342)
@@ -4,14 +4,13 @@
pkgname=ecryptfs-utils
pkgver=111
-pkgrel=4
+pkgrel=5
arch=('x86_64')
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
url="https://launchpad.net/ecryptfs"
license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
+makedepends=('intltool' 'gettext')
depends=('nss' 'pam')
-optdepends=('python2: for python module')
source=("https://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz"
"${pkgname}_${pkgver}.orig.tar.gz.sig::https://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc"
"openssl-1.1.x.patch")
@@ -27,7 +26,8 @@
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
+ ./configure --prefix=/usr --with-pamdir=/usr/lib/security \
+ --disable-pywrap
make
}
More information about the arch-commits
mailing list