diff options
author | Evangelos Foutras | 2023-01-15 08:52:32 +0000 |
---|---|---|
committer | Evangelos Foutras | 2023-01-15 08:52:32 +0000 |
commit | e2fff59b111056c4fb9693da91cc05da231baf96 (patch) | |
tree | e76f124662ed45c3b82f231323a3245e8e504a10 | |
parent | 9a03ec5843138713e48085936876796bfd637b3d (diff) | |
download | aur-e2fff59b111056c4fb9693da91cc05da231baf96.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.
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,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 |