summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db203e0475b3..f2b5a2f365fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quickjspp-git
pkgdesc = QuickJS C++ wrapper
pkgver = 20210913
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ftk/quickjspp
arch = x86_64
arch = i686
@@ -14,6 +14,7 @@ pkgbase = quickjspp-git
makedepends = git
provides = quickjspp
conflicts = quickjspp
+ options = !strip
source = quickjspp::git+https://github.com/ftk/quickjspp.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b1780fb07389..23344893a846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=quickjspp-git
pkgver=20210913
-pkgrel=3
+pkgrel=4
pkgdesc='QuickJS C++ wrapper'
url='https://github.com/ftk/quickjspp'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -12,6 +12,7 @@ conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+${url}.git")
sha256sums=('SKIP')
makedepends=('cmake' 'git')
+options=(!strip)
pkgver() {
cd ${pkgname%-git}