summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2017-10-05 00:22:41 -0400
committerPhilip Sequeira2017-10-05 00:22:41 -0400
commitd0da20651e1a838c07a2b3e9c9cb14a855efa988 (patch)
treeb09f81c88d7713dbaa5cf3085a45523e5896d2ec
parent3670cff2ed929090b2143782ca587be7760442c8 (diff)
downloadaur-d0da20651e1a838c07a2b3e9c9cb14a855efa988.tar.gz
font update and source change
It bothers me on a deep moral level to see something named 2.0 and then not get version bumps when it's updated. But that's what we're dealing with here. I guess I'll just keep bumping the pkgrel since the official version number is apparently not changing. There are more glyphs in this one than the old version, so that's nice.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f173f49b5a18..bc895c42e90b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Mar 5 15:45:58 UTC 2017
+# Thu Oct 5 04:19:21 UTC 2017
pkgbase = otf-exo
pkgdesc = A geometric sans serif font with a technological feel
pkgver = 2.0
- pkgrel = 5
+ pkgrel = 6
url = http://ndiscovered.com/exo-2/
arch = any
license = OFL
depends = fontconfig
depends = xorg-mkfontdir
- source = http://www.ndiscovered.com/downloads/exo2/EXO_2_OTF.zip
- md5sums = 538ac351c1d0dc13b658625894646805
- sha256sums = af21ab3a7df57544625ebaaa6a66a9cae7666ce6c994030106a1f7e1e3a67ade
+ source = http://ndiscovered.com/archives/exo-2.zip
+ md5sums = e67adb2d16c6f9083d454001184cb619
+ sha256sums = afcc096f507585e571d3d2aa91fc2cdc19a11eefdaa79dd0d5ac747d5522db9a
pkgname = otf-exo
diff --git a/PKGBUILD b/PKGBUILD
index 929f8de06009..5e3e9a288565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,16 @@
pkgname=otf-exo
pkgver=2.0
-pkgrel=5
+pkgrel=6
pkgdesc='A geometric sans serif font with a technological feel'
arch=('any')
url='http://ndiscovered.com/exo-2/'
license=('OFL')
depends=('fontconfig' 'xorg-mkfontdir')
-source=('http://www.ndiscovered.com/downloads/exo2/EXO_2_OTF.zip')
-md5sums=('538ac351c1d0dc13b658625894646805')
-sha256sums=('af21ab3a7df57544625ebaaa6a66a9cae7666ce6c994030106a1f7e1e3a67ade')
+source=('http://ndiscovered.com/archives/exo-2.zip')
+md5sums=('e67adb2d16c6f9083d454001184cb619')
+sha256sums=('afcc096f507585e571d3d2aa91fc2cdc19a11eefdaa79dd0d5ac747d5522db9a')
package() {
- cd "${srcdir}"
- install -d "${pkgdir}/usr/share/fonts/OTF"
- install -m644 *.otf "${pkgdir}/usr/share/fonts/OTF/"
+ install -Dm644 -t "${pkgdir}/usr/share/fonts/OTF" "${srcdir}/Exo 2"/*.otf
}