summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1016a184cd0a..450fbbd6da6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vlmcsd-git
pkgdesc = KMS Emulator in C (for activating Microsoft products)
pkgver = r29.65228e5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Wind4/vlmcsd
arch = i686
arch = x86_64
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]
}