summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2017-02-23 11:03:30 +0100
committerRuben De Smet2017-02-23 11:03:30 +0100
commit6992d4d61e4d084e2f906149dc72fcefa9d4f286 (patch)
treeaccb72dc802d3aca5176057b6ab92479bc0f6840
parente96ad22b0fbf038f005a4ab4679b0e5d007cbebb (diff)
downloadaur-6992d4d61e4d084e2f906149dc72fcefa9d4f286.tar.gz
Forgot bruface/ulb logo's.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fef2f4fe416..92848f8632fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 23 09:59:40 UTC 2017
+# Thu Feb 23 10:03:18 UTC 2017
pkgbase = texlive-vub
pkgdesc = Provides a titlepage, a beamer template and other style elements for the Vrije Universiteit Brussel.
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/rubdos/texlive-vub/
arch = any
license = LPPL
diff --git a/PKGBUILD b/PKGBUILD
index 902d2dcb2b41..30c543833a96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='texlive-vub'
pkgver="1.4.0"
-pkgrel=1
+pkgrel=2
pkgdesc='Provides a titlepage, a beamer template and other style elements for the Vrije Universiteit Brussel.'
url='https://gitlab.com/rubdos/texlive-vub/'
license=(
@@ -34,7 +34,7 @@ options=(
package() {
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
+ cp $dir/vub_logo_cmyk.pdf $dir/ulb_logo_3lp.eps $dir/bruface.png $dir/*.sty $pkgdir/usr/share/texmf/tex/latex/vub
}
post_install() {