summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2018-05-05 11:12:56 +0300
committerChristoph Gysin2018-05-05 11:13:42 +0300
commitc4c41278fd56ebb53442c9dd92cefddbf8a7038e (patch)
tree3788d47cc848665b714c3cf6c137cce655a3e63b /PKGBUILD
parent816fc2a994ae40126b4facf2ba0f0d3181e43364 (diff)
downloadaur-c4c41278fd56ebb53442c9dd92cefddbf8a7038e.tar.gz
add !strip, any arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec0a06056df5..223521271959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,12 @@ _gh_user=sintaxi
pkgver=0.20.1
pkgrel=1
pkgdesc='CLI for the surge.sh CDN'
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/${_gh_user}/${_pkgname}"
license=('ISC')
depends=('nodejs')
makedepends=('npm')
+options=(!strip)
package() {
npm \