summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD45
1 files changed, 23 insertions, 22 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 773f20907cc6..001987c86be7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,33 @@
-# Maintainer: samæ <samæ at marvid dot fr>
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Contributor: samæ <samæ at marvid dot fr>
pkgname=league-fonts
-pkgver=20160215
+pkgver=20171115
pkgrel=1
-pkgdesc="A package depending on all the fonts from The League Of The Moveable Type"
+pkgdesc='A package depending on all the fonts from The League Of The Moveable Type'
arch=('any')
-url="http://theleagueofmoveabletype.com"
+url='http://theleagueofmoveabletype.com'
license=('custom:OFL')
-depends=( 'ttf-league-spartan'
- 'ttf-blackout'
- 'ttf-linden-hill'
- 'ttf-raleway'
- 'ttf-fanwood'
- 'ttf-sorts-mill-goudy'
- 'ttf-prociono'
- 'ttf-chunk'
- 'ttf-ostrich-sans'
- 'ttf-junction'
- 'ttf-league-gothic'
- 'ttf-knewave'
- 'ttf-league-script-number-one'
- 'ttf-orbitron'
- 'ttf-goudy-bookletter-1911'
- 'ttf-sniglet')
+depends=('ttf-league-spartan'
+ 'ttf-blackout'
+ 'ttf-linden-hill'
+ 'ttf-raleway'
+ 'ttf-fanwood'
+ 'ttf-sorts-mill-goudy'
+ 'ttf-prociono'
+ 'ttf-chunk'
+ 'ttf-ostrich-sans'
+ 'ttf-junction'
+ 'ttf-league-gothic'
+ 'ttf-knewave'
+ 'ttf-league-script-number-one'
+ 'ttf-orbitron'
+ 'ttf-goudy-bookletter-1911'
+ 'ttf-sniglet')
source=()
-md5sums=()
+sha256sums=()
package() {
- echo "You're set"
+ :
}