summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-08-28 11:03:24 +0300
committerCaleb Maclennan2020-08-28 11:03:24 +0300
commit1d154e9bd6345a2854cf85a4412e9b1a62cea54e (patch)
treeab0a8e867e0a3ea4d005754a075d62a54c23dd8f
parentac115f19fb38a95fa66367e140bc507f56c58acf (diff)
downloadaur-1d154e9bd6345a2854cf85a4412e9b1a62cea54e.tar.gz
upgpkg: league-fonts 10-4
Update dependencies that have upgraded their status
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768d6aa5a438..b3668da64d38 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 = 3
+ pkgrel = 4
epoch = 1
url = https://www.theleagueofmoveabletype.com
arch = any
@@ -9,11 +9,11 @@ pkgbase = league-fonts
pkgname = league-fonts
depends = league-spartan-font
+ depends = raleway-font
depends = otf-chunk
depends = otf-fanwood
depends = otf-junction
depends = otf-league-gothic
- depends = otf-raleway
depends = ttf-blackout
depends = ttf-goudy-bookletter-1911
depends = ttf-knewave
@@ -28,22 +28,23 @@ pkgname = league-fonts
pkgname = league-fonts-variable
depends = league-spartan-font-variable
+ depends = raleway-font-variable
pkgname = otf-league-fonts
depends = otf-league-spartan
+ depends = otf-raleway
depends = otf-chunk
depends = otf-fanwood
depends = otf-junction
depends = otf-league-gothic
- depends = otf-raleway
pkgname = ttf-league-fonts
depends = ttf-league-spartan
+ depends = ttf-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 36a1e26bf905..43b8addf7720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=league-fonts
pkgname=($pkgbase $pkgbase-variable otf-$pkgbase ttf-$pkgbase)
pkgver=0
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc='A package depending on all the fonts from The League of Moveable Type'
arch=('any')
@@ -27,10 +27,10 @@ _ttf=('blackout'
_otf=('chunk'
'fanwood'
'junction'
- 'league-gothic'
- 'raleway')
+ 'league-gothic')
# Some also have VF variants
-_var=('league-spartan')
+_var=('league-spartan'
+ 'raleway')
package_league-fonts() {
depends=("${_var[@]/%/-font}" "${_otf[@]/#/otf-}" "${_ttf[@]/#/ttf-}")