git » kimageannotator.git » commit c991943

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 59c97802c71c667af6acdab92af0e8537808b20f

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 e074091..70a3346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=(qt5-svg kcolorpicker)
 makedepends=(cmake qt5-tools)
 source=(https://github.com/ksnip/kImageAnnotator/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('148ef703ed5535a0c23d11629b588d9cb163598798261aa760d5b351756646a7')
-options=(debug)
 
 build() {
   cmake -B build -S kImageAnnotator-$pkgver \