diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-08 06:23:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-08 06:23:43 -0300 |
commit | fd7a5007172bcfcca6bc9ae2cce72e299034cdd5 (patch) | |
tree | a746f6bf1d87defa43469f7522f5004d41f7c8e0 /libre/texlive-fontsextra/PKGBUILD | |
parent | b653f27907b89c192d5ed20011f9e15b10f328eb (diff) | |
download | abslibre-fd7a5007172bcfcca6bc9ae2cce72e299034cdd5.tar.gz abslibre-fd7a5007172bcfcca6bc9ae2cce72e299034cdd5.tar.bz2 abslibre-fd7a5007172bcfcca6bc9ae2cce72e299034cdd5.zip |
texlive-fontsextra-2014.36711-1.parabola1: updating version
Diffstat (limited to 'libre/texlive-fontsextra/PKGBUILD')
-rw-r--r-- | libre/texlive-fontsextra/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/texlive-fontsextra/PKGBUILD b/libre/texlive-fontsextra/PKGBUILD index 6624aab46..c7edc44aa 100644 --- a/libre/texlive-fontsextra/PKGBUILD +++ b/libre/texlive-fontsextra/PKGBUILD @@ -1,10 +1,11 @@ +# $Id: PKGBUILD 235487 2015-04-06 00:22:29Z remy $ # Maintainer (Arch): Rémy Oudompheng <remy.archlinux.org> # Maintainer: Michał Masłowski <mtjm@mtjm.eu> # Contributor: André Silva <emulatorman@parabola.nu> _pkgname=texlive-fontsextra-libre pkgname=texlive-fontsextra -pkgver=2014.34817 +pkgver=2014.36711 _revnr=${pkgver#2014.} pkgrel=1.parabola1 pkgdesc="TeX Live - all sorts of extra fonts, without nonfree add-on packages" @@ -15,14 +16,14 @@ groups=('texlive-most') replaces=('texlive-fontsextra-libre') conflicts=('texlive-fontsextra-libre') url='http://tug.org/texlive/' -mksource=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip") +mksource=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip") noextract=("$pkgname-$pkgver-src.zip") source=("https://repo.parabola.nu/other/$_pkgname/$_pkgname-$pkgver-src.tar.xz" "$pkgname.maps") options=('!emptydirs') install=texlive.install -mkmd5sums=('2094b82201b22a816f3b6fe09f373818') -md5sums=('235925b615932426986d3c88bebe8a21' - '77a2d0f39da91c06a2e9ab6a230fe390') +mkmd5sums=('389c020ccc722fef414248d7ebca202b') +md5sums=('f8f74b0da144cf242f63123138f96ea0' + '18d5e8e0495329602b03c6734754ed71') mksource() { mkdir $pkgname-$pkgver |