summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoratomlong2021-10-23 19:38:50 +0800
committeratomlong2021-10-23 19:38:50 +0800
commit4b122301127f61619cddaf9c6181c9d65c63dff5 (patch)
tree8992578a55761e95a6881e7eee5afd63995d5b46
parent0f8d2c336645654211bb6a37411fe62de943edfd (diff)
downloadaur-4b122301127f61619cddaf9c6181c9d65c63dff5.tar.gz
Add !strip to options
-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}