summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Ellison2016-01-26 12:50:46 -0500
committerMatthew Ellison2016-01-26 12:50:46 -0500
commit87011d89129f09c7379fb25cda6a01543c9533c3 (patch)
treeaede7ee80fe825ead1d82939f6f7f903c374f551 /PKGBUILD
parent38a1ff639a1bbbdae5d14c0db4e900f2fca9f781 (diff)
downloadaur-python-nsenter.tar.gz
Actually apply the Requirements Patch...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29aaaf72e48c..49b5fb18cae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='nsenter'
pkgname="python-${_pkgname}"
pkgver=0.2
-pkgrel=3
+pkgrel=4
pkgdesc='Small context manager for entering Linux kernel namespaces.'
arch=('any')
url='https://pypi.python.org/pypi/nsenter'
@@ -24,6 +24,7 @@ sha256sums=(
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
patch -Np1 <"$srcdir/entrypoint-name.patch"
+ patch -Np1 <"$srcdir/optional-reqs.patch"
}
check() {