summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-03-12 00:51:41 +0300
committerCaleb Maclennan2020-03-12 01:04:53 +0300
commit7782807a1559ba508559a2f34a02227215c2f7b8 (patch)
tree3aef897888c98d4cb1f9a7349a9c780526fbc791
parentf0d3c3e3bd9781e461821599a6b4834a71834169 (diff)
downloadaur-otf-raleway.tar.gz
Drop obsolete dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e2688e21b73..a84e42015ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = otf-raleway
pkgdesc = An elegant sans-serif font, originally designed in a single thin weight
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.theleagueofmoveabletype.com/raleway
arch = any
- license = custom:OFL
- depends = fontconfig
- depends = xorg-font-utils
+ license = OFL
conflicts = ttf-raleway
source = https://raw.githubusercontent.com/google/fonts/master/ofl/raleway/OFL.txt
source = https://raw.githubusercontent.com/impallari/Raleway/master/fonts/v3.000%20Fontlab/OTF/Raleway-Black-Italic-Original.otf
diff --git a/PKGBUILD b/PKGBUILD
index 2fb15cfe4880..7be39264f28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,11 @@
_ffname=raleway
pkgname=otf-"$_ffname"
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc='An elegant sans-serif font, originally designed in a single thin weight'
arch=('any')
url="https://www.theleagueofmoveabletype.com/$_ffname"
-license=('custom:OFL')
-depends=('fontconfig' 'xorg-font-utils')
+license=('OFL')
conflicts=('ttf-raleway')
source=("https://raw.githubusercontent.com/google/fonts/master/ofl/$_ffname/OFL.txt"
"https://raw.githubusercontent.com/impallari/Raleway/master/fonts/v3.000%20Fontlab/OTF/Raleway-Black-Italic-Original.otf"
@@ -53,7 +52,6 @@ sha256sums=('e588abf45ca2b19c340c4b27349c9b6b6e5e198316fd965128ed9f4422942cbe'
'0b31399835977f952ca112db90620109b82a1aa182bd2334e07e0d721d38fb6a')
package() {
- install -Dm0644 "$srcdir"/OFL.txt "$pkgdir/usr/share/licenses/$pkgname"/LICENSE
- find "$srcdir" -name "${_ffname^}-*.otf" \
- -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/OTF/{}" \;
+ install -Dm644 -t "$pkgdir/usr/share/fonts/OTF/" ${_ffname^}-*.otf
+ install -Dm644 -t "$pkgdir/usr/share/licenses/" OFL.txt
}