diff options
author | Evangelos Foutras | 2023-01-15 08:52:32 +0000 |
---|---|---|
committer | Evangelos Foutras | 2023-01-15 08:52:32 +0000 |
commit | ca0992a29770a0fc1a77648fe8bd78f5a0eb3270 (patch) | |
tree | 7a8741c8ad0d824c85de7c40cf5fdca5e0d991ab /PKGBUILD | |
parent | 7822b74d7daf05449d36c5a472e937c87d4e0f90 (diff) | |
download | aur-ca0992a29770a0fc1a77648fe8bd78f5a0eb3270.tar.gz |
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ groups=('qt' 'qt5') _pkgfqn=${pkgname/5-/} source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit) sha256sums=('SKIP') -options=(debug) pkgver() { cd $_pkgfqn |