summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD45
2 files changed, 25 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c635a5e21838..5d34b3f2626c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 15 01:12:36 UTC 2016
+# Sat Feb 24 08:00:53 UTC 2018
pkgbase = league-fonts
pkgdesc = A package depending on all the fonts from The League Of The Moveable Type
- pkgver = 20160215
+ pkgver = 20171115
pkgrel = 1
url = http://theleagueofmoveabletype.com
arch = any
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"
+ :
}