summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2016-10-28 15:27:22 +0200
committerRuben De Smet2016-10-28 15:27:22 +0200
commitdcd33c23482a326c0877f9892b7fa188fad74f61 (patch)
treeee0326fac89a179e2c6dabb28c4babf4da003ca4
parent99ec588308c8775f7ff25186144194faca4dee02 (diff)
downloadaur-dcd33c23482a326c0877f9892b7fa188fad74f61.tar.gz
latexextra needed for colorspace.sty
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ee33bbc554..91a3b3a722e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Oct 28 12:44:50 UTC 2016
+# Fri Oct 28 13:27:20 UTC 2016
pkgbase = texlive-vub
pkgdesc = Provides the titlepage and style elements for the Vrije Universiteit Brussel.
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/rubdos/texlive-vub/
arch = any
license = LPPL
depends = texlive-core
depends = tex-gyre-fonts
+ depends = texlive-latexextra
options = !emptydirs
source = https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v1.1.0
sha512sums = 877551845ed45de25f8541ad21bca07a06faf3a116cf1288e6abd784c3220934dbc68daae55f5a7b6d4ddd0616278f21bccabca9a032345daf794e478a2a8bad
diff --git a/PKGBUILD b/PKGBUILD
index 4b3fa3ba3646..fc04c253a064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='texlive-vub'
pkgver="1.1.0"
-pkgrel=2
+pkgrel=3
pkgdesc='Provides the titlepage and style elements for the Vrije Universiteit Brussel.'
url='https://gitlab.com/rubdos/texlive-vub/'
license=(
@@ -20,6 +20,7 @@ arch=(
depends=(
'texlive-core'
'tex-gyre-fonts'
+ 'texlive-latexextra'
)
makedepends=(
)