summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0558b6ebfa7c..3e6cd0d6968f 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.r45.ga1c99a2
+ pkgver = 1.0.r106.gb890e75
pkgrel = 1
url = https://github.com/PerBothner/DomTerm
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2bdee773a82d..96a5a90654f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmail.com>
pkgname=domterm-git
-pkgver=1.0.r45.ga1c99a2
+pkgver=1.0.r106.gb890e75
pkgrel=1
pkgdesc="Terminal emulator capable of display html and images from command output"
arch=('any')
@@ -20,7 +20,7 @@ pkgver(){
}
build() {
cd "$srcdir"/DomTerm
- autoreconf
+ autoreconf -vfi
./configure --with-qtwebengine --with-libwebsockets --prefix=/usr
make
}