summarylogtreecommitdiffstats
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
parent0ddf1d470f84a5a7d88cc34b998858a623dd11c9 (diff)
downloadaur-3c9a9c535c719ba223de3bfd61bafa1d370094d9.tar.gz
fixed license link (using static file now)
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE20
-rw-r--r--PKGBUILD8
3 files changed, 27 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af84dd5d0fb8..d0716e09206c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = latex-ocr-a-font
pkgdesc = Provides Type 1 fonts of the OCR-A typeface.
pkgver = 1.00
- pkgrel = 1
+ pkgrel = 2
url = http://www.ctan.org/tex-archive/fonts/ocr-a/
install = latex-ocr-a-font.install
arch = any
license = custom:CTAN-NoSell
depends = texlive-core
source = http://mirrors.ctan.org/fonts/ocr-a.zip
- source = LICENSE::http://texcatalogue.ctan.org/licenses.nosell.html
+ source = LICENSE
md5sums = 67ce5623c064cda47dbd349a351c1a4a
- md5sums = 6511a45b4d21ddf87726c16caf8e8ef4
+ md5sums = cbf1958ac437a0e32e4a517c9a3a5e11
pkgname = latex-ocr-a-font
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..1ecef7f5b8e5
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+Do Not Sell Except by Arrangement
+---------------------------------
+
+About
+=====
+
+Software in this category can generally be freely used and distributed freely or
+for a nominal fee. If you want to distribute or sell this software for a profit,
+then generally you will need to seek the permission of the author. Generally,
+software in this category is not strictly free in the sense of the Open Source
+idea of free software.
+
+Author Contact
+==============
+
+Maintainers:
+ Richard B. Wales (https://ctan.org/author/wales) (C) 1988, 1989
+
+Contributers:
+ Tor Lillqvist (https://ctan.org/author/lillqvist) - inactive
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"