summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJianfeng Zhang2017-05-10 19:22:46 +0800
committerJianfeng Zhang2017-05-10 19:22:46 +0800
commitb793e1e7458b6177bb69b01ee3d05170a47f7208 (patch)
tree2ad7e2683ce1e3fe69b6ced2f3ce4803e9556cba /PKGBUILD
parent6e3e2ee1e36dcc070f113141d70a82960816dd8e (diff)
downloadaur-b793e1e7458b6177bb69b01ee3d05170a47f7208.tar.gz
update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16dbbb279bd6..c883e8af415d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=poi
_pkgname=poi
pkgver=7.7.0.beta.1.0.g35b19926
-pkgrel=1
+pkgrel=2
pkgdesc="Scalable KanColle browser and tool"
arch=('any')
url="https://github.com/poooi/poi/"
@@ -18,6 +18,7 @@ source=("git+https://github.com/poooi/poi.git"
sha256sums=('SKIP'
'24f89c538a189a5db96be3e3228aba6e4e7d332c5a368b15dacb6e97ee6f7586'
'1d49f43801fcc28d1a2a75407422a6445314fbf815e004382fc2cb5b956ac530')
+options=('!strip') # nothing to strip
prepare() {
@@ -38,7 +39,7 @@ build() {
npm install --save eachr # workaround
# prevent infinite loop...
timeout 5m npm run deploy
- npm prune --productive
+ npm prune --production
}
package() {