summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorburdoto2023-05-07 23:05:33 +0200
committerburdoto2023-05-07 23:05:42 +0200
commit604ee73dd82bbc9f0438962cddd8f2a5bb057383 (patch)
tree369a13018ef4b3cb5eb28d923b0fd6cf83fe0a93
parent367976b715c236115a66f3d289e1df6f39735ee1 (diff)
downloadaur-604ee73dd82bbc9f0438962cddd8f2a5bb057383.tar.gz
disable strip for dotnet apps
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18b96ba2324e..2e2f0adaf154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ depends=('dotnet-runtime-6.0')
makedepends=('dotnet-sdk-6.0')
source=("git+https://github.com/comroid-git/rgx.git")
md5sums=('SKIP')
+options+=("!strip")
build() {
cd "$srcdir/rgx"