summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d34bc112cb77..70795e659816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.1.0
+pkgver=1.1.1
#pkgver=main
pkgrel=1
epoch=
@@ -40,6 +40,7 @@ prepare() {
build() {
cd "$pkgname" || return 1
cmake .
+ cd src || return 1
make -j
}