summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2013-12-14 00:54:43 +0200
committerKuba Serafinowski2013-12-14 00:54:43 +0200
commit6bf3bd75334774daba0494dcd498d16b7bb54e77 (patch)
tree731d8ff8ccfe4616a4b2c19b4f443ea9504a7cf0
parent58f04637eaefcde5970a746af5094fcea8d942a6 (diff)
downloadaur-6bf3bd75334774daba0494dcd498d16b7bb54e77.tar.gz
incremental updates for some PKGBUILDs
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2176f6e5c151..b15f4dda29c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,9 +29,8 @@ source=("${pkgname}-${pkgver}.zip::http://github.com/euroelessar/${pkgname}/arch
md5sums=('07e64faaae4be7cf2c99eac07f80fb8f'
'397e75be409ea7e8bddff88b6f977f5f')
-# Clean options array to strip pkg if release buildtype is chosen
if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then
- options=(!strip)
+ options=('debug')
fi
prepare() {