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 06b85de6f9cb..c811e8ec9105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmail.com>
pkgname=domterm-git
-pkgver=1.0.r496.g4bf07c7
+pkgver=2.1.r78.gbaa2623
pkgrel=1
pkgdesc="Terminal emulator capable of display html and images from command output"
arch=('x86_64')
@@ -21,7 +21,7 @@ pkgver(){
build() {
cd "$srcdir"/DomTerm
autoreconf -vfi
- ./configure --with-qtwebengine --with-libwebsockets --prefix=/usr
+ ./configure --with-qtwebengine --with-libwebsockets --with-javafx --prefix=/usr
make
}