summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Zhu2016-08-08 07:50:54 -0500
committerJames Zhu2016-08-08 07:50:54 -0500
commit131fb6508758647c7c123bf235d388197c69b916 (patch)
tree0647dce9ba5d4e548caa6669ed55cc3686e70f16
parent75a5e7143750557c1aabc2dc7a93fc1fc93cae4e (diff)
downloadaur-131fb6508758647c7c123bf235d388197c69b916.tar.gz
Update font file paths to match upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f09f0e353676..041e4e83cd98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Dec 25 19:24:30 UTC 2015
pkgbase = otf-fira-code-git
pkgdesc = Fira Code: monospaced font with programming ligatures.
- pkgver = 1.101.r2.g6dbf892
+ pkgver = 1.200.r7.gad5b129
pkgrel = 1
url = https://github.com/tonsky/FiraCode.git
install = otf.install
diff --git a/PKGBUILD b/PKGBUILD
index 7ede36fdb168..f3cfbd7de5b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: ulis <fer.obbee at gmail dot com>
+# Maintainer: James Zhu <james.zhu.engineer@gmail.com>
pkgname=otf-fira-code-git
-pkgver=1.101.r2.g6dbf892
+pkgver=1.200.r7.gad5b129
pkgrel=1
pkgdesc="Fira Code: monospaced font with programming ligatures."
arch=('any')
@@ -29,7 +29,7 @@ package() {
for weight in ${weights[*]}; do
local name="${font}-${weight}.otf"
- install -Dm644 "$name" "$pkgdir/usr/share/fonts/OTF/$name"
+ install -Dm644 "distr/otf/$name" "$pkgdir/usr/share/fonts/OTF/$name"
done
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}