summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2016-12-08 15:37:55 +0100
committerRuben De Smet2016-12-08 15:37:55 +0100
commit82eb086b8a5ecae28a9df0d0ca8713b95e886887 (patch)
treec97646bba1951f7588a6dba64c76177e035ced3b
parent7de1af2e926bb52c50c6c0fcd6f128b0e1a688ba (diff)
downloadaur-82eb086b8a5ecae28a9df0d0ca8713b95e886887.tar.gz
v1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79e97a5b689..1a0fb087f844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 10:00:12 UTC 2016
+# Thu Dec 8 14:37:48 UTC 2016
pkgbase = texlive-vub
pkgdesc = Provides a titlepage, a beamer template and other style elements for the Vrije Universiteit Brussel.
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://gitlab.com/rubdos/texlive-vub/
arch = any
@@ -12,8 +12,8 @@ pkgbase = texlive-vub
depends = texlive-latexextra
depends = ttf-roboto
options = !emptydirs
- source = https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v1.3.0
- sha512sums = 0a6b7478b7a317fd3164195fdf746938b3502aa53483bb5be9526002bbaee45c3f2e486636ddaf566da67ac3045513ff13505cf3225835a2ddf7dd8dddd9ce69
+ source = https://gitlab.com/rubdos/texlive-vub/repository/archive.tar.bz2?ref=v1.3.1
+ sha512sums = 9dbdb29121cf346d4dee2cb476e88ed0cb64abaa7775c11c854689d375279e3410a94472ca0cd0ebec331a89e849049765ba100396e161253848f2ca103e91c2
pkgname = texlive-vub
diff --git a/PKGBUILD b/PKGBUILD
index f01edfe09c2e..5adbd6646caa 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.3.0"
+pkgver="1.3.1"
pkgrel=1
pkgdesc='Provides a titlepage, a beamer template and other 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=(
- '0a6b7478b7a317fd3164195fdf746938b3502aa53483bb5be9526002bbaee45c3f2e486636ddaf566da67ac3045513ff13505cf3225835a2ddf7dd8dddd9ce69'
+ '9dbdb29121cf346d4dee2cb476e88ed0cb64abaa7775c11c854689d375279e3410a94472ca0cd0ebec331a89e849049765ba100396e161253848f2ca103e91c2'
)
arch=(
'any'
@@ -32,7 +32,7 @@ options=(
)
package() {
- dir=$srcdir/texlive-vub-v1.3.0-54eac30da93e210b80c2472855890c7f95733b11
+ dir=$srcdir/texlive-vub-v${pkgver}*
mkdir -p $pkgdir/usr/share/texmf/tex/latex/vub
cp $dir/vub_logo_cmyk.pdf $dir/*.sty $pkgdir/usr/share/texmf/tex/latex/vub
}