summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-07-28 15:15:37 +0300
committerAdrian Perez de Castro2015-07-28 15:15:37 +0300
commitb6f56397222a8e411a72797b833481fc6b553372 (patch)
tree5b4c408dd6fcc265dcfe5004cefb76c371454416
parent664dcc4f03485e1bddc31d168ecf3f3187ab3e6f (diff)
downloadaur-b6f56397222a8e411a72797b833481fc6b553372.tar.gz
Change Oblique -> Italic to match upstream
Upstream has changed the name of the folder for the italic version from "Oblique" to "Italic". This patch makes the build use the new name.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e2d0d53e14d..c36f90769d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-monoid-git
pkgdesc = Open Source coding font
- pkgver = r240.2da34c4
+ pkgver = r355.7d9f767
pkgrel = 1
url = http://larsenwork.github.io/monoid/
install = ttf-monoid-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 75ccee1b090c..8c738c969df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
pkgname='ttf-monoid-git'
pkgdesc='Open Source coding font'
-pkgver=r240.2da34c4
+pkgver=r355.7d9f767
pkgrel=1
arch=('any')
license=('custom:MIT')
@@ -31,7 +31,7 @@ build () {
export PYTHONPATH="$(pwd)/Scripts"
python3 -c 'import fontbuilder; fontbuilder.build("_build", "Source/Monoid.sfdir");'
python3 -c 'import fontbuilder; fontbuilder.build("_build", "Source/Monoid-Bold.sfdir");'
- python3 -c 'import fontbuilder; fontbuilder.build("_build", "Source/Monoid-Oblique.sfdir");'
+ python3 -c 'import fontbuilder; fontbuilder.build("_build", "Source/Monoid-Italic.sfdir");'
python3 -c 'import fontbuilder; fontbuilder.build("_build", "Source/Monoid-Retina.sfdir");'
}