summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2017-10-19 00:11:06 -0700
committerMatt Kline2017-10-19 00:12:29 -0700
commit5f18b46a6ee42a62a764d01f04665b80a8593f99 (patch)
tree57ce73f52f7506315e09be9984d167946f4522fc
parent5975feba7bb73f001a070e4c057f0200445a3f9a (diff)
downloadaur-5f18b46a6ee42a62a764d01f04665b80a8593f99.tar.gz
Fix issues caused by repo rename
That would explain the SHA change.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c8668160a0..d17af8779cc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 07:07:25 UTC 2017
+# Thu Oct 19 07:12:27 UTC 2017
pkgbase = otf-xits
pkgdesc = An OpenType implementation of STIX fonts with math support
pkgver = 1.108
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/khaledhosny/xits-math
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = https://github.com/khaledhosny/xits-math/archive/v1.108.tar.gz
+ source = https://github.com/khaledhosny/xits/archive/v1.108.tar.gz
sha256sums = ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec
pkgname = otf-xits
diff --git a/PKGBUILD b/PKGBUILD
index f178eabe4f57..d57ade0be1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=otf-xits
pkgver=1.108
-pkgrel=5
+pkgrel=6
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
url="https://github.com/khaledhosny/xits-math"
license=('custom:OFL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-ghname=xits-math
+ghname=xits
source=("https://github.com/khaledhosny/$ghname/archive/v$pkgver.tar.gz")
sha256sums=('ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec')