summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2016-10-31 15:29:28 +0100
committerRuben De Smet2016-10-31 15:29:28 +0100
commit38bf83eb4b46c3787bd3de1001f0fd8195b1b536 (patch)
treeb942736b6d1aa862fb1c3057c413fe36b8b1c82a
parentdcd33c23482a326c0877f9892b7fa188fad74f61 (diff)
downloadaur-38bf83eb4b46c3787bd3de1001f0fd8195b1b536.tar.gz
v1.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91a3b3a722e6..f2516193482f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 28 13:27:20 UTC 2016
+# Mon Oct 31 14:29:00 UTC 2016
pkgbase = texlive-vub
pkgdesc = Provides the titlepage and style elements for the Vrije Universiteit Brussel.
- pkgver = 1.1.0
- pkgrel = 3
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://gitlab.com/rubdos/texlive-vub/
arch = any
license = LPPL
@@ -11,8 +11,8 @@ pkgbase = texlive-vub
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
+ source = https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v1.1.1
+ sha512sums = da9ff690bcd01e1a495312c97730d49753fd9099cf7431803e00d5981f916d239c19a38f9c76571b6f8abbc3c3a24aa9e1155f39a9e41f812fab613180b1ac3e
pkgname = texlive-vub
diff --git a/PKGBUILD b/PKGBUILD
index fc04c253a064..493d2c952ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ruben De Smet <ruben dot de dot smet at rubdos dot be>
pkgname='texlive-vub'
-pkgver="1.1.0"
-pkgrel=3
+pkgver="1.1.1"
+pkgrel=1
pkgdesc='Provides the titlepage and style elements for the Vrije Universiteit Brussel.'
url='https://gitlab.com/rubdos/texlive-vub/'
license=(
@@ -12,7 +12,7 @@ source=(
"https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v${pkgver}"
)
sha512sums=(
- '877551845ed45de25f8541ad21bca07a06faf3a116cf1288e6abd784c3220934dbc68daae55f5a7b6d4ddd0616278f21bccabca9a032345daf794e478a2a8bad'
+ 'da9ff690bcd01e1a495312c97730d49753fd9099cf7431803e00d5981f916d239c19a38f9c76571b6f8abbc3c3a24aa9e1155f39a9e41f812fab613180b1ac3e'
)
arch=(
'any'
@@ -31,7 +31,7 @@ options=(
)
package() {
- dir=$srcdir/texlive-vub-v1.1.0-070b96bbe5e02530c7984266679aecf477081f23
+ dir=$srcdir/texlive-vub-v1.1.1-2b5539d7ec50968e0cd16d95b62e95e77fdb1d65
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
}