summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMckol2019-08-08 23:50:56 +0000
committerMckol2019-08-08 23:50:56 +0000
commit80f618bceeda113637fd0805763fc4ff2bdac4ec (patch)
treeb8f7b2865c4b82c17ef7264e2ad67c63ab98e83c
parent7f01bdaaf6e0d488c5aa2e282db01c49f608a71e (diff)
downloadaur-80f618bceeda113637fd0805763fc4ff2bdac4ec.tar.gz
Disabled stripping
-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")