summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2020-11-16 15:59:41 +0000
committerPedro A. López-Valencia2020-11-16 15:59:41 +0000
commitc33addb7f738696170513da40fd39fed937e1181 (patch)
tree8bf4004c79cbd22f34d14e3fc92b412b6359ca4c
parent2ad4bb757ba5ba339359a5da434843ae3dfb27fb (diff)
downloadaur-c33addb7f738696170513da40fd39fed937e1181.tar.gz
1.23.0.rc1.23.g11f79d67-1
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7195a2b62557..dc76c69123d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = groff-git
pkgdesc = GNU Troff. Official git trunk.
- pkgver = 1.22.4.66.g324977c5
+ pkgver = 1.23.0.rc1.23.g11f79d67
pkgrel = 1
url = http://www.gnu.org/software/groff/
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ makedepends = netpbm
+ makedepends = psutils
+ makedepends = ghostscript
makedepends = libxaw
depends = perl
depends = uchardet
diff --git a/.gitignore b/.gitignore
index 5116a759041c..064e0b579899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,5 +12,6 @@ src/
*.tar
*.jar
*.zip
+*.zst
groff-git
gnulib-git
diff --git a/PKGBUILD b/PKGBUILD
index 163eac462e92..c9289c70113f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
pkgname=groff-git
-pkgver=1.22.4.66.g324977c5
+pkgver=1.23.0.rc1.23.g11f79d67
pkgrel=1
pkgdesc="GNU Troff. Official git trunk."
arch=('i686' 'x86_64')
@@ -9,7 +9,6 @@ url="http://www.gnu.org/software/groff/"
license=('GPL')
depends=('perl' 'uchardet')
makedepends=('git' 'netpbm' 'psutils' 'ghostscript' 'libxaw')
-makedepends=('git' 'libxaw')
conflicts=('groff')
provides=('groff')
source=(
@@ -46,6 +45,7 @@ build() {
local _configopts=(
--prefix=/usr
--disable-rpath
+ --with-uchardet
--with-x
--with-appresdir=/usr/share/X11/app-defaults
--with-doc=yes