summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f20523fc49a8..ac8b08ca5dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ng Oon-Ee <ngoonee.talk@gmail.com>
pkgname=beancount-fava-git
-pkgver=r1182.0d0a4aa
+pkgver=r1238.f17754c
pkgrel=1
pkgdesc=""
arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- make build-js
+ make
python setup.py build
}