summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Kline2017-10-19 00:07:34 -0700
committerMatt Kline2017-10-19 00:07:34 -0700
commit5975feba7bb73f001a070e4c057f0200445a3f9a (patch)
tree35c0275a39b2c87a17ebaf40b30b8ebb5968a038 /PKGBUILD
parent566d8c31e0460b93c5579befac2075e649ebb007 (diff)
downloadaur-5975feba7bb73f001a070e4c057f0200445a3f9a.tar.gz
Update tarball sum
Odd - the SHA256 sums of the contained files are identical, but the tarball's sum changed. I wonder if Github changed a compression option or something.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"