aboutsummaryrefslogtreecommitdiff
path: root/lowdown/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'lowdown/abuild')
-rw-r--r--lowdown/abuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/lowdown/abuild b/lowdown/abuild
index aa5291b6..4700998a 100644
--- a/lowdown/abuild
+++ b/lowdown/abuild
@@ -1,12 +1,12 @@
name=lowdown
-version=1.4.0
+version=2.0.2
_v=$(echo $version | sed 's/\./_/g')
release=1
source="https://github.com/kristapsdz/lowdown/archive/refs/tags/VERSION_${_v}.tar.gz"
build(){
./configure PREFIX=/usr MANDIR=/usr/share/man
- make
- make regress
- make install install_libs
+ bmake
+ bmake regress
+ bmake install install_libs
}