summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9235aa114767..f4c8668160a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 06:06:35 UTC 2017
+# Thu Oct 19 07:07:25 UTC 2017
pkgbase = otf-xits
pkgdesc = An OpenType implementation of STIX fonts with math support
pkgver = 1.108
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/khaledhosny/xits-math
arch = any
license = custom:OFL
@@ -11,7 +11,7 @@ pkgbase = otf-xits
depends = xorg-fonts-encodings
depends = xorg-font-utils
source = https://github.com/khaledhosny/xits-math/archive/v1.108.tar.gz
- sha256sums = ec0742b7291ab96df28188e92fdf1293006a538267edc2b282d6615923833ceb
+ sha256sums = ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec
pkgname = otf-xits
diff --git a/PKGBUILD b/PKGBUILD
index 0b6245f2b288..f178eabe4f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=otf-xits
pkgver=1.108
-pkgrel=4
+pkgrel=5
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
url="https://github.com/khaledhosny/xits-math"
@@ -8,7 +8,7 @@ license=('custom:OFL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
ghname=xits-math
source=("https://github.com/khaledhosny/$ghname/archive/v$pkgver.tar.gz")
-sha256sums=('ec0742b7291ab96df28188e92fdf1293006a538267edc2b282d6615923833ceb')
+sha256sums=('ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec')
package() {
cd "$srcdir/$ghname-$pkgver"