summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-02-29 22:36:11 -0500
committerSolomon Choina2020-02-29 22:36:11 -0500
commitb9a5074e5f3bdff01160a310b2204f6e376fa525 (patch)
tree47dff71705e4a0f1da080f1bd0f6231203b45da3
parentbcb7968a29962028eaec59559d5e519572e280e2 (diff)
downloadaur-b9a5074e5f3bdff01160a310b2204f6e376fa525.tar.gz
updpkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7ef1ccb8ee4..58f2aa7c7998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = domterm-git
pkgdesc = Terminal emulator capable of display html and images from command output
- pkgver = 1.0.r496.g4bf07c7
+ pkgver = 2.1.r78.gbaa2623
pkgrel = 1
url = https://github.com/PerBothner/DomTerm
arch = x86_64
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
}