summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b8432434109..708d634eecd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = veloren-bin
conflicts = veloren-bin
noextract = veloren-voxygen.desktop
noextract = voxygen.png
+ options = !strip
source = veloren-bin::https://gitlab.com/veloren/veloren/-/jobs/265513558/artifacts/raw/optional-release-linux-debug.tar.bz2
source = veloren-voxygen.desktop
source = voxygen.png
diff --git a/PKGBUILD b/PKGBUILD
index ac276befd6ca..831b9ce63ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An open-world, open-source multiplayer voxel RPG"
arch=('x86_64')
url="https://veloren.net/"
license=('GPL3')
-options=()
+options=('!strip')
depends=()
makedepends=()
provides=("$pkgname")