summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29acabc95d1c..156aa9ab9dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
pkgname=otf-junction
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="A humanist sans-serif typeface"
arch=('any')
url="http://theleagueofmoveabletype.com/junction/"
license=('OFL')
depends=('fontconfig' 'xorg-font-utils')
-
install=otf.install
source=('http://theleagueofmoveabletype.com/junction/download')
+md5sums=('f203674738bec183de8b10dc4beae333')
-build() {
+package() {
cd $startdir/src
- install -Dm 644 "theleagueof-junction-18de841/Junction.otf" $pkgdir/usr/share/fonts/OTF/junction.otf
+ install -Dm 644 "junction-master/Junction-regular.otf" $pkgdir/usr/share/fonts/OTF/junction.otf
+ install -Dm 644 "junction-master/Junction-bold.otf" $pkgdir/usr/share/fonts/OTF/junction_bold.otf
+ install -Dm 644 "junction-master/Junction-light.otf" $pkgdir/usr/share/fonts/OTF/junction_light.otf
}
-md5sums=('0f3dc688bf23dc5cafc325d9e9ef8273')
+