summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2016-11-11 12:16:05 +0100
committerRuben De Smet2016-11-11 12:16:05 +0100
commita7355b7bbb1067c7dee604d2c82c72273f9d912a (patch)
treed584807af121333c9a9622bf5d67b7298e0b636c
parent38bf83eb4b46c3787bd3de1001f0fd8195b1b536 (diff)
downloadaur-a7355b7bbb1067c7dee604d2c82c72273f9d912a.tar.gz
v1.2.0: roboto support.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2516193482f..1c18510d556c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 14:29:00 UTC 2016
+# Fri Nov 11 11:15:48 UTC 2016
pkgbase = texlive-vub
pkgdesc = Provides the titlepage and style elements for the Vrije Universiteit Brussel.
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://gitlab.com/rubdos/texlive-vub/
arch = any
@@ -10,9 +10,10 @@ pkgbase = texlive-vub
depends = texlive-core
depends = tex-gyre-fonts
depends = texlive-latexextra
+ depends = ttf-roboto
options = !emptydirs
- source = https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v1.1.1
- sha512sums = da9ff690bcd01e1a495312c97730d49753fd9099cf7431803e00d5981f916d239c19a38f9c76571b6f8abbc3c3a24aa9e1155f39a9e41f812fab613180b1ac3e
+ source = https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v1.2.0
+ sha512sums = a5eebcf19ef723ab98c8b2b3ecedebfe8fa36043ddf3a504cabc790eb918b2394961308499207e83da007c8e4507217b1ff3ba7d482ebc13579faa8b7f2637f8
pkgname = texlive-vub
diff --git a/PKGBUILD b/PKGBUILD
index 493d2c952ccd..dc334aff444c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ruben De Smet <ruben dot de dot smet at rubdos dot be>
pkgname='texlive-vub'
-pkgver="1.1.1"
+pkgver="1.2.0"
pkgrel=1
pkgdesc='Provides the titlepage and style elements for the Vrije Universiteit Brussel.'
url='https://gitlab.com/rubdos/texlive-vub/'
@@ -12,7 +12,7 @@ source=(
"https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v${pkgver}"
)
sha512sums=(
- 'da9ff690bcd01e1a495312c97730d49753fd9099cf7431803e00d5981f916d239c19a38f9c76571b6f8abbc3c3a24aa9e1155f39a9e41f812fab613180b1ac3e'
+ 'a5eebcf19ef723ab98c8b2b3ecedebfe8fa36043ddf3a504cabc790eb918b2394961308499207e83da007c8e4507217b1ff3ba7d482ebc13579faa8b7f2637f8'
)
arch=(
'any'
@@ -21,6 +21,7 @@ depends=(
'texlive-core'
'tex-gyre-fonts'
'texlive-latexextra'
+ 'ttf-roboto'
)
makedepends=(
)
@@ -31,9 +32,9 @@ options=(
)
package() {
- dir=$srcdir/texlive-vub-v1.1.1-2b5539d7ec50968e0cd16d95b62e95e77fdb1d65
+ dir=$srcdir/texlive-vub-v1.2.0-6d454cd5f11abcf9649405846137707a30155927
mkdir -p $pkgdir/usr/share/texmf/tex/latex/vub
- cp $dir/vub_logo_cmyk.pdf $dir/vub.sty $pkgdir/usr/share/texmf/tex/latex/vub
+ cp $dir/vub_logo_cmyk.pdf $dir/*.sty $pkgdir/usr/share/texmf/tex/latex/vub
}
post_install() {