summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Kline2019-10-30 23:51:34 -0700
committerMatt Kline2019-10-30 23:51:34 -0700
commit730269e2156f25210412d3b740a661dd358dc516 (patch)
tree4223b8cbcc99c3ea9e787641e92e8c0988526322 /PKGBUILD
parentc6b3fd4b5c7acfed933ab2c1ec22ab81f1847a3c (diff)
downloadaur-730269e2156f25210412d3b740a661dd358dc516.tar.gz
XITS 1.301
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c933ae32dc02..04eb86bc2ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=otf-xits
-pkgver=1.200
+pkgver=1.301
pkgrel=1
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
@@ -8,7 +8,7 @@ license=('custom:OFL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
ghname=xits
source=("https://github.com/khaledhosny/$ghname/archive/v$pkgver.tar.gz")
-sha256sums=('1e44007035e3d0bb8fd2d2ad28ab0ce4cf7e804f2e4b16bf2be2a99069300b53')
+sha256sums=('63a778f24e9275b7f2c7c78060e7ad6c375f5cff077852716537b26e9da8be69')
package() {
cd "$srcdir/$ghname-$pkgver"
@@ -16,5 +16,4 @@ package() {
install -d "$pkgdir/usr/share/fonts/OTF"
install -m644 *.otf "$pkgdir/usr/share/fonts/OTF/"
install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/OFL.txt"
- install -Dm644 OFL-FAQ.txt "$pkgdir/usr/share/licenses/$pkgname/OFL-FAQ.txt"
}