summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2018-10-30 13:45:34 +0000
committerHans-Nikolai Viessmann2018-10-30 13:45:34 +0000
commit3c9a9c535c719ba223de3bfd61bafa1d370094d9 (patch)
tree5160acc5248ae417dd8f354e582555f3aee0360f /PKGBUILD
parent0ddf1d470f84a5a7d88cc34b998858a623dd11c9 (diff)
downloadaur-3c9a9c535c719ba223de3bfd61bafa1d370094d9.tar.gz
fixed license link (using static file now)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 136ea679636a..4ccbd5aad7d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Hans-Nikolai Viessmann <hv15 @ hw.ac.uk>
+# Maintainer: Hans-Nikolai Viessmann <hans AT viess DOT mn>
_pkgname=ocr-a
pkgname=latex-${_pkgname}-font
pkgver=1.00
-pkgrel=1
+pkgrel=2
pkgdesc="Provides Type 1 fonts of the OCR-A typeface."
arch=('any')
url="http://www.ctan.org/tex-archive/fonts/ocr-a/"
@@ -10,9 +10,9 @@ license=('custom:CTAN-NoSell')
depends=('texlive-core')
install="${pkgname}.install"
source=("http://mirrors.ctan.org/fonts/${_pkgname}.zip"
- "LICENSE::http://texcatalogue.ctan.org/licenses.nosell.html")
+ 'LICENSE')
md5sums=('67ce5623c064cda47dbd349a351c1a4a'
- '6511a45b4d21ddf87726c16caf8e8ef4')
+ 'cbf1958ac437a0e32e4a517c9a3a5e11')
prepare() {
cd "$_pkgname"