git » libmikmod.git » commit 3afdc61

Drop options=(debug)/options=('debug') from trunk

author Evangelos Foutras
2023-01-15 08:52:32 UTC
committer Evangelos Foutras
2023-01-15 08:52:32 UTC
parent 9c246e6fb18bdda8121cb31d92108ba7f1b6fc5d

Drop options=(debug)/options=('debug') from trunk

devtools 20230105-1 enables the debug option by default.

A follow-up commit will remove debug from alongside other options.

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index f4dbbc2..bbcd3c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,6 @@ makedepends=(
   ninja
 )
 provides=(libmikmod.so)
-options=(debug)
 source=(https://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz
         cmake-man.diff)
 md5sums=('f69d7dd06d307e888f466fc27f4f680b'