summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Booker2023-02-26 11:44:11 +1300
committerThomas Booker2023-02-26 11:44:11 +1300
commit16529ee3f5c897a538ed19742165e34eadfe1ce2 (patch)
tree7589748b886866514d1da48fa6639ba7ed7a94a7
parent2bcbf910dde78040f24ede18576c70337c2e4f62 (diff)
downloadaur-16529ee3f5c897a538ed19742165e34eadfe1ce2.tar.gz
Remove the debug option
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7e2d12465b..6e40d2ee5a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = callaudiod
depends = alsa-lib
depends = glib2
depends = libpulse
- options = debug
source = https://gitlab.com/mobian1/callaudiod/-/archive/0.1.4/callaudiod-0.1.4.tar.gz
b2sums = 27315e27b3f7d2485a811ee9c2d32bfb09fa970626791cbdd20307bdb3a183493b1985814030ab9668444134c6c1369630251ac82f191c5b3185bf449d20ac1f
diff --git a/PKGBUILD b/PKGBUILD
index f4529a51321b..6633d34cd1da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url='https://gitlab.com/mobian1/callaudiod'
license=(GPL3)
depends=(alsa-lib glib2 libpulse)
makedepends=(meson)
-options=(debug)
source=("${url}/-/archive/${pkgver}/callaudiod-${pkgver}.tar.gz")
b2sums=('27315e27b3f7d2485a811ee9c2d32bfb09fa970626791cbdd20307bdb3a183493b1985814030ab9668444134c6c1369630251ac82f191c5b3185bf449d20ac1f')