summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2019-05-20 23:14:52 -0700
committerMatt Kline2019-05-20 23:14:52 -0700
commitd43d6ce6b00e53eed566fd02e029e849824b6d24 (patch)
treee828ceb614870e0e28cf5a8aa6ddb384902506f7
parenta896c2e57db41854858389c04542cd423f104df7 (diff)
downloadaur-d43d6ce6b00e53eed566fd02e029e849824b6d24.tar.gz
STIX 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0cc50359550..73ff8e33b64c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = otf-stix
pkgdesc = An OpenType font with math support, designed for scientific and engineering printing
- pkgver = 2.0.0
- pkgrel = 3
+ pkgver = 2.0.1
+ pkgrel = 1
url = http://www.stixfonts.org
arch = any
license = custom:OFL
depends = fontconfig
- source = https://github.com/stipub/stixfonts/raw/2.0.0/zipfiles/STIXv2.0.0.zip
- sha256sums = 0e878b50ac6fbafbee431db4f10aa618efe34451f9922924047a2419a15e6242
+ source = https://github.com/stipub/stixfonts/raw/v2.0.1/zipfiles/STIXv2.0.1.zip
+ sha256sums = 6bb3c6eee6761f4178bdb9eeed88b6bc391c80d496967f26d26988cbf1ab4883
pkgname = otf-stix
diff --git a/PKGBUILD b/PKGBUILD
index 83389de855e6..bf75d4b6d391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgname=otf-stix
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc="An OpenType font with math support, designed for scientific and engineering printing"
arch=('any')
url="http://www.stixfonts.org"
license=('custom:OFL')
depends=('fontconfig')
-source=("https://github.com/stipub/stixfonts/raw/$pkgver/zipfiles/STIXv$pkgver.zip")
-sha256sums=('0e878b50ac6fbafbee431db4f10aa618efe34451f9922924047a2419a15e6242')
+source=("https://github.com/stipub/stixfonts/raw/v$pkgver/zipfiles/STIXv$pkgver.zip")
+sha256sums=('6bb3c6eee6761f4178bdb9eeed88b6bc391c80d496967f26d26988cbf1ab4883')
package() {
cd "$srcdir/STIXv$pkgver"
install -d "$pkgdir/usr/share/fonts/OTF"
- install -m644 Fonts/OTF/*.otf "$pkgdir/usr/share/fonts/OTF/"
+ install -m644 OTF/*.otf "$pkgdir/usr/share/fonts/OTF/"
install -Dm644 "docs/STIX_${pkgver}_license.pdf" "$pkgdir/usr/share/licenses/$pkgname/OFL.pdf"
}