summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Jacob2016-07-07 23:50:54 +0200
committerFlorian Jacob2016-07-07 23:50:54 +0200
commitb651d031b20c44ef339c21c76ca1f3b751378ff1 (patch)
tree312f495127b9ddb518b25e30f5956435588da2e2
parenta8a974614dcc004964db9a906c2cca0ec52c4fea (diff)
downloadaur-b651d031b20c44ef339c21c76ca1f3b751378ff1.tar.gz
disable strip to speed up
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84d2e728fc09..76a683bd544c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ provides=()
conflicts=()
replaces=()
backup=()
-options=(!emptydirs)
+options=(!emptydirs !strip)
install=
source=("https://pypi.python.org/packages/66/a2/eb943bf1efa2b403debe5b276b024222bd9cecb737f41dd06db6606a43f1/${_pkgname}-${pkgver}.tar.gz")
md5sums=('fb124f7b70d00686831d8d0f74829e65')