summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2016-05-20 21:52:21 +0100
committerEmmanuel Gil Peyrot2016-05-20 21:52:21 +0100
commit94cab446c5f69309d0d612aab0831207f3b51568 (patch)
treed1886fc20f24793561c40d381b3b8b4f4ba74fa6
parent3bc237e4d70304b871da6ae8adfb83b16193b4f0 (diff)
downloadaur-94cab446c5f69309d0d612aab0831207f3b51568.tar.gz
Remove forgotten debug options.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f298c4cfde56..54eb2fec1ac7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 20 20:51:17 UTC 2016
+# Fri May 20 20:52:09 UTC 2016
pkgbase = libiio-git
pkgdesc = TODO
pkgver = v0.6.r205.gb325202
@@ -10,8 +10,6 @@ pkgbase = libiio-git
arch = armv7h
license = TODO
makedepends = git
- options = debug
- options = !strip
source = libiio::git+https://github.com/analogdevicesinc/libiio
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f433d5eda936..5438ea18b858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=()
makedepends=('git')
source=("$_pkgname::git+https://github.com/analogdevicesinc/libiio")
md5sums=('SKIP')
-options=('debug' '!strip')
pkgver() {
cd "$srcdir/$_pkgname"