summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJianfeng Zhang2018-02-23 20:04:43 +0800
committerJianfeng Zhang2018-02-23 22:58:47 +0800
commit6683148b920405c236d3a846e91cd8fbfedf2e81 (patch)
treeea16794e91aa5148a474bce494631d804633fc34 /PKGBUILD
parentc6f1e150cebbce2f5cf44e0914babb3927dcd0fa (diff)
downloadaur-6683148b920405c236d3a846e91cd8fbfedf2e81.tar.gz
workaround: remove compiling process
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b60501382fed..a5ce65026c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=poi
_pkgname=poi
pkgver=8.2.0.beta.3.0.g530c79c7
-pkgrel=1
+pkgrel=2
pkgdesc="Scalable KanColle browser and tool"
arch=('any')
url="https://github.com/poooi/poi/"
@@ -48,7 +48,8 @@ build() {
# prevent infinite loop...
timeout 5m gulp deploy
export -f compile
- find . -type f -name '*.es' -exec bash -c 'compile "$0"' {} \;
+ # do not compile now
+ #find . -type f -name '*.es' -exec bash -c 'compile "$0"' {} \;
yarn install --production
}