summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-08-23 08:50:16 -0400
committerSolomon Choina2018-08-23 08:50:16 -0400
commit885453be2a1e281a524d1fe74a2b0c557ca93f79 (patch)
tree4b7b35aa184b5cdd839867281b15dde08b778c0d
parent7acc00f5a8d53ef86255056c6e8d758ad46ce400 (diff)
downloadaur-885453be2a1e281a524d1fe74a2b0c557ca93f79.tar.gz
it seems i need to add something to autoreconf and update pkgver
-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
}