summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor2018-04-12 19:36:30 -0400
committerIgor2018-04-12 19:36:30 -0400
commit2e782da9e8507f6ac785b8f7a3ab213168ff4e7d (patch)
treeff0d95eb294caa3d1f0abf4ebb186e010a6ee492 /PKGBUILD
parent2ed40531526bb444f6706af7f4f1eeaca099e180 (diff)
downloadaur-2e782da9e8507f6ac785b8f7a3ab213168ff4e7d.tar.gz
Generate man page for xfce4-terminal
Also modify the URL to use https protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db53b229b9e5..0419a1b954bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Igor <f2404@yandex.ru>
_pkgname=xfce4-terminal
pkgname=xfce4-terminal-git
-pkgver=0.8.6.r1.g865cab8
+pkgver=0.8.7.3.r30.gbf257001
pkgrel=1
pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment - git checkout"
arch=('i686' 'x86_64')
-url="http://docs.xfce.org/apps/terminal/start"
+url="https://docs.xfce.org/apps/terminal/start"
license=('GPL2')
groups=('xfce4')
depends=('libxfce4ui' 'vte3>=0.38' 'hicolor-icon-theme')
@@ -27,6 +27,7 @@ build() {
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
+ --enable-gen-doc \
--disable-static \
--disable-debug
make