summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Jacob2016-07-07 23:52:22 +0200
committerFlorian Jacob2016-07-07 23:52:22 +0200
commit9b592307ddd39c1224e5ef1f530e9b4af9135e3b (patch)
tree023dc1bf31dc709f51df3b621ab5ab630a1ab448
parenta6fce3a53d4a4d83d6a3efd0b2c438927e18074a (diff)
downloadaur-9b592307ddd39c1224e5ef1f530e9b4af9135e3b.tar.gz
remove strip to speed up compilation
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f38a237239d6..92bee89f7fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ provides=()
conflicts=()
replaces=()
backup=()
-options=(!emptydirs)
+# plumbum is plain python and therefore we don't need to run strip
+options=(!emptydirs !strip)
install=
source=("https://pypi.python.org/packages/66/a2/eb943bf1efa2b403debe5b276b024222bd9cecb737f41dd06db6606a43f1/${_pkgname}-${pkgver}.tar.gz")
md5sums=('fb124f7b70d00686831d8d0f74829e65')