[arch-commits] Commit in scrcpy/trunk (PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Wed Dec 1 17:57:44 UTC 2021
Date: Wednesday, December 1, 2021 @ 17:57:43
Author: arodseth
Revision: 1060632
Add --buildtype release
Modified:
scrcpy/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 17:54:18 UTC (rev 1060631)
+++ PKGBUILD 2021-12-01 17:57:43 UTC (rev 1060632)
@@ -3,7 +3,7 @@
pkgname=scrcpy
pkgver=1.21
-pkgrel=1
+pkgrel=2
pkgdesc='Display and control your Android device'
arch=(x86_64)
url='https://github.com/Genymobile/scrcpy'
@@ -18,6 +18,7 @@
build() {
mkdir -p build
arch-meson build $pkgname-$pkgver \
+ --buildtype release \
-D b_lto=true \
-D b_ndebug=true \
-D prebuilt_server="../$pkgname-server-v$pkgver"
More information about the arch-commits
mailing list