summaryrefslogtreecommitdiff
path: root/libre/texlive-fontsextra-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-04 11:40:41 -0300
commita198adc2a658d7b11d41d4f96870a9bbecfb6d76 (patch)
tree868e841c0b369d275b041ec99a20155349a470ab /libre/texlive-fontsextra-libre/PKGBUILD
parent8542a0eaeca4712cd209f5509b8d6c192196dfb0 (diff)
texlive-fontsextra-libre-2013.30955-1: updating version
Diffstat (limited to 'libre/texlive-fontsextra-libre/PKGBUILD')
-rw-r--r--libre/texlive-fontsextra-libre/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/libre/texlive-fontsextra-libre/PKGBUILD b/libre/texlive-fontsextra-libre/PKGBUILD
index cc6dd7509..024cf8e65 100644
--- a/libre/texlive-fontsextra-libre/PKGBUILD
+++ b/libre/texlive-fontsextra-libre/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=texlive-fontsextra-libre
_pkgname=texlive-fontsextra
-pkgver=2012.29646
-_revnr=${pkgver#2012.}
+pkgver=2013.30955
+_revnr=${pkgver#2013.}
pkgrel=1
pkgdesc="TeX Live - all sorts of extra fonts, without nonfree add-on packages"
license=('GPL')
@@ -16,12 +16,12 @@ replaces=('texlive-fontsextra')
conflicts=('texlive-fontsextra')
provides=('texlive-fontsextra')
url='http://tug.org/texlive/'
-source=("ftp://mirrors.kernel.org/archlinux/other/texlive/$_pkgname-$pkgver-src.zip" "$_pkgname.maps")
+source=("ftp://ftp.archlinux.org/other/texlive/$_pkgname-$pkgver-src.zip" "$_pkgname.maps")
options=('!emptydirs')
options=(!strip)
install=texlive.install
-md5sums=('25d99fb9897513ceb2ae19f078ad750c'
- 'c57e28ee1d2481b7e14685c70d8e6a51')
+md5sums=('9e10d4fb01d87179bfd8e184e1be9dd7'
+ '2135455716c1e7356ce6a9c213827904')
build() {
cd "$srcdir"
@@ -55,9 +55,4 @@ package() {
if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
fi
-
- # remove stuff depending on omega/aleph
- rm -rf $pkgdir/usr/share/texmf-dist/omega
- find $pkgdir/ -wholename '*ocherokee*' -delete
- find $pkgdir/ -wholename '*oinuit*' -delete
}