git » libva.git » commit 1feeb4f

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 48942682c799b0640ff160d1fe0bfe1c2a9a8d37

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 8e8d27f..999c198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,6 @@ provides=(
   libva.so
 )
 backup=(etc/libva.conf)
-options=(debug)
 _tag=df3c584bb79d1a1e521372d62fa62e8b1c52ce6c
 source=(git+https://github.com/intel/libva.git#tag=${_tag})
 sha256sums=('SKIP')