summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Doege2016-10-22 16:07:42 +0200
committerMartin Doege2016-10-22 16:07:42 +0200
commitab1bd9574bdf40d9bb960e3eb78381d8e771130f (patch)
tree511be63ea736fbe5a1a0e7ec959904d804ad8746
parentcfa3e4215b60328ba63a41bb70fefe17793919b0 (diff)
downloadaur-ab1bd9574bdf40d9bb960e3eb78381d8e771130f.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13faeb640782..2b744069bab6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Oct 22 14:06:53 UTC 2016
pkgbase = otf-junction
pkgdesc = A humanist sans-serif typeface
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = http://theleagueofmoveabletype.com/junction/
install = otf.install
arch = any
@@ -9,7 +11,7 @@ pkgbase = otf-junction
depends = fontconfig
depends = xorg-font-utils
source = http://theleagueofmoveabletype.com/junction/download
- md5sums = 0f3dc688bf23dc5cafc325d9e9ef8273
+ md5sums = f203674738bec183de8b10dc4beae333
pkgname = otf-junction
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')
+