summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2018-07-04 10:49:34 -0400
committerPhilip Sequeira2018-07-04 10:49:34 -0400
commit0ba73b77c4fb21224c9c9d7d71fa74d10b2c44a2 (patch)
tree289fd5ecb146919a0671dbec6d2dc71d9137aba0
parentd0da20651e1a838c07a2b3e9c9cb14a855efa988 (diff)
downloadaur-0ba73b77c4fb21224c9c9d7d71fa74d10b2c44a2.tar.gz
update
Without a version bump, again. There have been small changes to the glyphs for circumflex+acute and tilde+macron. Affected characters: Ấ Ế Ố Ȭ ấ ế ố ȭ Diff from fontforge: -Differences... -Outline Glyphs -Glyph Differences -Glyph “uni1EA4” differs Spline mismatch in glyph “uni1EA4” Hints differ in glyph “uni1EA4” -Glyph “uni1EBE” differs Spline mismatch in glyph “uni1EBE” Hints differ in glyph “uni1EBE” -Glyph “uni1ED0” differs Spline mismatch in glyph “uni1ED0” Hints differ in glyph “uni1ED0” -Glyph “uni022C” differs Spline mismatch in glyph “uni022C” Hints differ in glyph “uni022C” -Glyph “uni1EA5” differs Spline mismatch in glyph “uni1EA5” Hints differ in glyph “uni1EA5” -Glyph “uni1EBF” differs Spline mismatch in glyph “uni1EBF” Hints differ in glyph “uni1EBF” -Glyph “uni1ED1” differs Spline mismatch in glyph “uni1ED1” Hints differ in glyph “uni1ED1” -Glyph “uni022D” differs Spline mismatch in glyph “uni022D” Hints differ in glyph “uni022D” -Glyph “circumflexacute” differs Spline mismatch in glyph “circumflexacute” Hints differ in glyph “circumflexacute” -Glyph “tildemacron” differs Spline mismatch in glyph “tildemacron” Hints differ in glyph “tildemacron”
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc895c42e90b..9c478d42f042 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 04:19:21 UTC 2017
+# Wed Jul 4 14:46:09 UTC 2018
pkgbase = otf-exo
pkgdesc = A geometric sans serif font with a technological feel
pkgver = 2.0
- pkgrel = 6
- url = http://ndiscovered.com/exo-2/
+ pkgrel = 7
+ url = http://ndiscovered.com/
arch = any
license = OFL
depends = fontconfig
depends = xorg-mkfontdir
source = http://ndiscovered.com/archives/exo-2.zip
- md5sums = e67adb2d16c6f9083d454001184cb619
- sha256sums = afcc096f507585e571d3d2aa91fc2cdc19a11eefdaa79dd0d5ac747d5522db9a
+ md5sums = 64462f43a098c80e6f84f5ef21c431b2
+ sha256sums = 6e5902c7eb57ad05a816464d43a404049d2e37c8add9c8d5eac121ddadcd7669
pkgname = otf-exo
diff --git a/PKGBUILD b/PKGBUILD
index 5e3e9a288565..664d1ffbcf27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=otf-exo
pkgver=2.0
-pkgrel=6
+pkgrel=7
pkgdesc='A geometric sans serif font with a technological feel'
arch=('any')
-url='http://ndiscovered.com/exo-2/'
+url='http://ndiscovered.com/'
license=('OFL')
depends=('fontconfig' 'xorg-mkfontdir')
source=('http://ndiscovered.com/archives/exo-2.zip')
-md5sums=('e67adb2d16c6f9083d454001184cb619')
-sha256sums=('afcc096f507585e571d3d2aa91fc2cdc19a11eefdaa79dd0d5ac747d5522db9a')
+md5sums=('64462f43a098c80e6f84f5ef21c431b2')
+sha256sums=('6e5902c7eb57ad05a816464d43a404049d2e37c8add9c8d5eac121ddadcd7669')
package() {
- install -Dm644 -t "${pkgdir}/usr/share/fonts/OTF" "${srcdir}/Exo 2"/*.otf
+ install -Dm644 -t "${pkgdir}/usr/share/fonts/OTF" "${srcdir}"/Exo2-*.otf
}