summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-06-04 08:38:16 -0400
committerSolomon Choina2018-06-04 08:38:16 -0400
commit7915c3950bed89a494aa1fa92b9151099e65e385 (patch)
treec44b6ab2c35ec2a1abfc5fd74c5209ef9560bbda
parent18c990520a28e461f03734d24e6edcc5a35909b8 (diff)
downloadaur-7915c3950bed89a494aa1fa92b9151099e65e385.tar.gz
update pkgver and add makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33888c13233..1f32c7a9c17a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = domterm-git
pkgdesc = Terminal emulator capable of display html and images from command output
- pkgver = 1.0.r21.g7fbc10e
+ pkgver = 1.0.r32.g53a3a64
pkgrel = 1
url = https://github.com/PerBothner/DomTerm
arch = any
license = BSD
+ makedepends = git
+ makedepends = asciidoctor
depends = json-c
depends = qt5-webengine
depends = qt5-webchannel
diff --git a/PKGBUILD b/PKGBUILD
index 9f955955187d..7af7d327beed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: solaraquarion <shlomochoina@gmail.com>
pkgname=domterm-git
-pkgver=1.0.r21.g7fbc10e
+pkgver=1.0.r32.g53a3a64
pkgrel=1
pkgdesc="Terminal emulator capable of display html and images from command output"
arch=('any')
@@ -9,6 +9,7 @@ url=https://github.com/PerBothner/DomTerm
license=('BSD')
groups=()
conflicts=(qtdomterm)
+makedepends=('git' 'asciidoctor')
depends=(json-c qt5-webengine qt5-webchannel libwebsockets)
source=('git+https://github.com/PerBothner/DomTerm.git')
md5sums=('SKIP')