summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-04-14 14:44:18 +0300
committerCaleb Maclennan2020-04-14 14:44:18 +0300
commitac115f19fb38a95fa66367e140bc507f56c58acf (patch)
treeaaf1fe37958c8ce4eb5d20be8c79a0ef5422f2aa
parente4672385e8889e19eacf7ee382aa129d6d1c1023 (diff)
downloadaur-ac115f19fb38a95fa66367e140bc507f56c58acf.tar.gz
Fix TTF meta package to prefer TTF variants
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7523cf873ee5..768d6aa5a438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = league-fonts
pkgdesc = A package depending on all the fonts from The League of Moveable Type
pkgver = 0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://www.theleagueofmoveabletype.com
arch = any
@@ -39,11 +39,11 @@ pkgname = otf-league-fonts
pkgname = ttf-league-fonts
depends = ttf-league-spartan
- depends = otf-chunk
- depends = otf-fanwood
- depends = otf-junction
- depends = otf-league-gothic
- depends = otf-raleway
+ depends = ttf-chunk
+ depends = ttf-fanwood
+ depends = ttf-junction
+ depends = ttf-league-gothic
+ depends = ttf-raleway
depends = ttf-blackout
depends = ttf-goudy-bookletter-1911
depends = ttf-knewave
diff --git a/PKGBUILD b/PKGBUILD
index 8b032334b1fa..36a1e26bf905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=league-fonts
pkgname=($pkgbase $pkgbase-variable otf-$pkgbase ttf-$pkgbase)
pkgver=0
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='A package depending on all the fonts from The League of Moveable Type'
arch=('any')
@@ -45,6 +45,5 @@ package_otf-league-fonts() {
}
package_ttf-league-fonts() {
- depends=("${_var[@]/#/ttf-}" "${_otf[@]/#/otf-}" "${_ttf[@]/#/ttf-}")
+ depends=("${_var[@]/#/ttf-}" "${_otf[@]/#/ttf-}" "${_ttf[@]/#/ttf-}")
}
-