summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-11 23:56:12 +0300
committerCaleb Maclennan2020-03-12 00:01:59 +0300
commitb9e3e27475112780e746b24f09ab41da200b1727 (patch)
tree69e942ae91969106210621efc4baa068464fe1d6
parent205ba809ca4ed322a3fc58e1e36eef0426e56628 (diff)
downloadaur-b9e3e27475112780e746b24f09ab41da200b1727.tar.gz
Drop obsolete dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD23
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d3948687b22..efd987268805 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = otf-erewhon
- pkgdesc = Erewhon is a font family based on Heuristica, which is based in turn on Utopia
+ pkgdesc = a font family based on Heuristica, which is based in turn on Utopia
pkgver = 1.102
- pkgrel = 1
+ pkgrel = 2
url = http://www.ctan.org/tex-archive/fonts/erewhon
arch = any
- license = custom:OFL
- depends = fontconfig
+ license = OFL
conflicts = otf-erewhon-ibx
source = http://mirrors.ctan.org/fonts/erewhon.zip
sha256sums = c5785f1729593185b3eed46d8ff8a8c4f3b2145df76926d2d1e324fa15a7e66a
diff --git a/PKGBUILD b/PKGBUILD
index efa23d757ec9..670bfb73b033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Contributor: bohoomil <bohoomil@zoho.com>
-_ffname=erewhon
-pkgname=otf-"$_ffname"
+_fname=erewhon
+pkgname=otf-"$_fname"
pkgver=1.102
-pkgrel=1
-depends=('fontconfig')
-pkgdesc="Erewhon is a font family based on Heuristica, which is based in turn on Utopia"
-url="http://www.ctan.org/tex-archive/fonts/$_ffname"
+pkgrel=2
+pkgdesc="a font family based on Heuristica, which is based in turn on Utopia"
+url="http://www.ctan.org/tex-archive/fonts/$_fname"
arch=('any')
-license=('custom:OFL')
+license=('OFL')
conflicts=("$pkgname-ibx")
-source=("http://mirrors.ctan.org/fonts/erewhon.zip")
+source=("http://mirrors.ctan.org/fonts/$_fname.zip")
sha256sums=('c5785f1729593185b3eed46d8ff8a8c4f3b2145df76926d2d1e324fa15a7e66a')
-package(){
- cd "$_ffname"
- install -Dm0644 doc/OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm0644 opentype/*.otf -t "$pkgdir/usr/share/fonts/OTF/"
+package() {
+ cd "$_fname"
+ install -Dm0644 -t "$pkgdir/usr/share/fonts/OTF/" opentype/*.otf
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" doc/OFL.txt
}