summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94aceebb97ca..7bd7f47f416e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = simh-git
pkgdesc = The Computer History Simulation Project
- pkgver = 4.0.Beta.1.2715.g6728b3f4
+ pkgver = 4.0.Beta.1.3575.g4dfb3508
pkgrel = 1
url = http://simh.trailing-edge.com/
arch = i686
arch = x86_64
license = MIT
+ makedepends = termcap
makedepends = unoconv
depends = libpcap
depends = unzip
diff --git a/PKGBUILD b/PKGBUILD
index 1cbfcaaca810..1924f2899588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer emeritus: R. van Elst <https://raymii.org>
pkgname="simh-git"
-pkgver=4.0.Beta.1.2715.g6728b3f4
+pkgver=4.0.Beta.1.3575.g4dfb3508
pkgrel=1
pkgdesc="The Computer History Simulation Project"
arch=('i686' 'x86_64')
url="http://simh.trailing-edge.com/"
license=('MIT')
depends=('libpcap' 'unzip' 'sdl2' 'ttf-dejavu' 'zlib' 'libpng')
-makedepends=('unoconv')
+makedepends=('termcap' 'unoconv')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=('git+https://github.com/simh/simh.git')
@@ -48,6 +48,7 @@ package() {
echo "Entering directory $srcdir/simh/doc."
cd "$srcdir/simh/doc"
unoconv -d document --format=html *.doc
+ unoconv -d document --format=pdf *.doc
unoconv -d document --format=txt *.doc
# install -D -t "$pkgdir/usr/share/doc/$pkgname" *.doc
install -D -t "$pkgdir/usr/share/doc/$pkgname" *.html