summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a667329420d..f7d92385098f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = jreen-git
depends = speex
provides = jreen
conflicts = jreen
- options = !strip
+ options = debug
source = jreen-git::git://github.com/euroelessar/jreen.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 86a2154ff006..1271f55ee2b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ source=("${pkgname}::git://github.com/euroelessar/jreen.git")
md5sums=('SKIP')
if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then
- options=(!strip)
+ options=('debug')
fi
pkgver() {