summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2021-02-01 12:12:00 +0100
committerXiretza2021-02-01 12:12:00 +0100
commit26f9235a7daa320f9e5549279e36e2db18829b34 (patch)
treeb53a1640fd1aa8d1caea4dc04cf6ea39d5edbb4c /PKGBUILD
parentf2efd37fddb3684b820e645550d419546d64a790 (diff)
downloadaur-vlmcsd-git.tar.gz
Fix debug builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33b38a582007..418c84828572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=vlmcsd
pkgname=$_pkgname-git
pkgver=r29.65228e5
-pkgrel=1
+pkgrel=2
pkgdesc="KMS Emulator in C (for activating Microsoft products)"
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/Wind4/vlmcsd"
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd "$_pkgname"
- make
+ make STRIP=0
cd man
gzip -fk *.[0-9]
}