summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author姜永春2022-11-14 15:27:38 +0800
committer姜永春2022-11-14 15:27:38 +0800
commite30d71f830b8d68ec29453ef2e940c0d90d0ba78 (patch)
tree3f2079035832c04bc4535b0738419a9571e816a7 /PKGBUILD
parentde3319f2a96279f559f38c8adbe7b38f17957bef (diff)
downloadaur-e30d71f830b8d68ec29453ef2e940c0d90d0ba78.tar.gz
disable strip option
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca87b02207fd..37b24b98852c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yongchun Jiang <me at JSpringYC@gmail.com>
pkgname=clash-for-windows-chinese
pkgver=0.20.7
-pkgrel=1
+pkgrel=2
pkgdesc="A Windows/macOS/Linux GUI based on Clash and Electron(Chinese version.)."
arch=("x86_64")
url="https://github.com/Fndroid/clash_for_windows_pkg"
@@ -17,6 +17,8 @@ optdepends=(
'iproute2: TUN mode required.'
)
+options=(!strip)
+
provides=('clash-for-windows')
conflicts=('clash-for-windows')