summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-12-23 02:59:26 +0100
committerhaawda2017-12-23 02:59:26 +0100
commitadb67bbb2723b0642f2956f5c40721b2eaba0313 (patch)
treee1633cddebaa4cfb8f1ef2a277a2b60c7390851c
parent58b051fa8d14e8cdbe7d1b08a474a669e220853a (diff)
downloadaur-adb67bbb2723b0642f2956f5c40721b2eaba0313.tar.gz
add ttf-ubuntu-font-family as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d61b9447114b..62aa41222f9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tex2page-git
pkgdesc = Lisp program for making Web pages from TeX documents
- pkgver = 20170207
+ pkgver = 20171222
pkgrel = 1
url = https://github.com/ds26gte/tex2page
arch = any
@@ -9,6 +9,7 @@ pkgbase = tex2page-git
makedepends = texlive-formatsextra
makedepends = texlive-bibtexextra
makedepends = texlive-core
+ makedepends = ttf-ubuntu-font-family
depends = bash
depends = guile
source = git+https://github.com/ds26gte/tex2page
diff --git a/PKGBUILD b/PKGBUILD
index d3b5d000191b..73e382dc48ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=tex2page-git
-pkgver=20170207
+pkgver=20171222
pkgrel=1
pkgdesc="Lisp program for making Web pages from TeX documents"
arch=('any')
url="https://github.com/ds26gte/tex2page"
license=('custom')
depends=('bash' 'guile')
-makedepends=('git' 'texlive-formatsextra' 'texlive-bibtexextra' 'texlive-core')
+makedepends=('git' 'texlive-formatsextra' 'texlive-bibtexextra' 'texlive-core' 'ttf-ubuntu-font-family')
source=("git+https://github.com/ds26gte/tex2page")
md5sums=('SKIP')