summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3125a55c403..2afb84e1c3fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Oct 19 07:16:48 UTC 2017
pkgbase = otf-xits
pkgdesc = An OpenType implementation of STIX fonts with math support
- pkgver = 1.108
- pkgrel = 6
+ pkgver = 1.200
+ pkgrel = 1
url = https://github.com/khaledhosny/xits
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = https://github.com/khaledhosny/xits/archive/v1.108.tar.gz
+ source = https://github.com/khaledhosny/xits/archive/v1.200.tar.gz
sha256sums = ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec
pkgname = otf-xits
diff --git a/PKGBUILD b/PKGBUILD
index c04f1464c8a6..c933ae32dc02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=otf-xits
-pkgver=1.108
-pkgrel=6
+pkgver=1.200
+pkgrel=1
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
url="https://github.com/khaledhosny/xits"
@@ -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=('ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec')
+sha256sums=('1e44007035e3d0bb8fd2d2ad28ab0ce4cf7e804f2e4b16bf2be2a99069300b53')
package() {
cd "$srcdir/$ghname-$pkgver"