summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2019-10-25 07:59:58 -0500
committerPedro A. López-Valencia2019-10-25 07:59:58 -0500
commit2ad4bb757ba5ba339359a5da434843ae3dfb27fb (patch)
tree53105957d622ccae33943e7514025195860fca68
parent192ae2c1af9cfdc4286f1910602b0fd5b94c3f3a (diff)
downloadaur-2ad4bb757ba5ba339359a5da434843ae3dfb27fb.tar.gz
1.22.4.66.g324977c5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae876dde519b..7195a2b62557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = groff-git
pkgdesc = GNU Troff. Official git trunk.
- pkgver = 1.22.4.37.gee0ce46b
+ pkgver = 1.22.4.66.g324977c5
pkgrel = 1
url = http://www.gnu.org/software/groff/
arch = i686
@@ -8,10 +8,11 @@ pkgbase = groff-git
license = GPL
makedepends = git
makedepends = libxaw
+ depends = perl
depends = uchardet
- depends = netpbm
- depends = psutils
- depends = ghostscript
+ optdepends = ghostscript: PDF, HTML generation and other tasks.
+ optdepends = netpbm: HTML generation and other tasks.
+ optdepends = psutils: HTML generation and other tasks.
optdepends = libxaw: Enable gxditvew.
provides = groff
conflicts = groff
diff --git a/PKGBUILD b/PKGBUILD
index bb36a204f8da..163eac462e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,28 @@
# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
pkgname=groff-git
-pkgver=1.22.4.37.gee0ce46b
+pkgver=1.22.4.66.g324977c5
pkgrel=1
pkgdesc="GNU Troff. Official git trunk."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/groff/"
license=('GPL')
-depends=('uchardet' 'netpbm' 'psutils' 'ghostscript')
+depends=('perl' 'uchardet')
+makedepends=('git' 'netpbm' 'psutils' 'ghostscript' 'libxaw')
makedepends=('git' 'libxaw')
conflicts=('groff')
provides=('groff')
-source=("$pkgname::git://git.savannah.gnu.org/groff.git"
+source=(
+ "$pkgname::git://git.savannah.gnu.org/groff.git"
"gnulib-git::git://git.sv.gnu.org/gnulib.git"
- 'site.tmac')
-optdepends=('libxaw: Enable gxditvew.')
+ 'site.tmac'
+)
+optdepends=(
+ 'ghostscript: PDF, HTML generation and other tasks.'
+ 'netpbm: HTML generation and other tasks.'
+ 'psutils: HTML generation and other tasks.'
+ 'libxaw: Enable gxditvew.'
+)
sha256sums=('SKIP'
'SKIP'
'af59ecde597ce9f8189368a7739279a5f8a391139fe048ef6b4e493ed46e5f5f')