summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianfeng Zhang2017-05-10 19:22:46 +0800
committerJianfeng Zhang2017-05-10 19:22:46 +0800
commitb793e1e7458b6177bb69b01ee3d05170a47f7208 (patch)
tree2ad7e2683ce1e3fe69b6ced2f3ce4803e9556cba
parent6e3e2ee1e36dcc070f113141d70a82960816dd8e (diff)
downloadaur-b793e1e7458b6177bb69b01ee3d05170a47f7208.tar.gz
update package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0808518cb268..f8eb90db41a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
# Generated by mksrcinfo v8
+# 三 5月 10 11:22:34 UTC 2017
pkgbase = poi
pkgdesc = Scalable KanColle browser and tool
pkgver = 7.7.0.beta.1.0.g35b19926
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/poooi/poi/
arch = any
license = MIT
@@ -20,6 +21,7 @@ pkgbase = poi
depends = sh
provides = poi
conflicts = poi
+ options = !strip
source = git+https://github.com/poooi/poi.git
source = poi.desktop
source = poi.sh
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() {