summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2021-03-30 22:44:49 -0700
committerMatt Kline2021-03-30 22:44:49 -0700
commitfa9940a979f9c82dd8120426a96e0eb8e427aa9c (patch)
tree3e099e7ebbe06daae6f82636babccb29c9262fb7
parent74825d4f1d25f2d7991fa5c50dc137cd1a236e7c (diff)
downloadaur-otf-xits.tar.gz
XITS 1.302
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be6e36641234..951689803c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = otf-xits
pkgdesc = An OpenType implementation of STIX fonts with math support
- pkgver = 1.301
+ pkgver = 1.302
pkgrel = 2
- url = https://github.com/khaledhosny/xits
+ url = https://github.com/alif-type/xits
arch = any
license = custom:OFL
- source = https://github.com/khaledhosny/xits/archive/v1.301.tar.gz
- sha256sums = 63a778f24e9275b7f2c7c78060e7ad6c375f5cff077852716537b26e9da8be69
+ source = https://github.com/alif-type/xits/archive/v1.302.tar.gz
+ sha256sums = a396dfddde7da50ce82cae530775ab522b1d33f87ca8211634535b6325a09c2b
pkgname = otf-xits
diff --git a/.gitignore b/.gitignore
index 4fc7fba4335e..74ee617962c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
pkg/
src/
v*.tar.gz
-otf-xits-*.xz
+*.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 6eb6aab5eee7..5e2bebb940ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=otf-xits
-pkgver=1.301
+pkgver=1.302
pkgrel=2
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
-url="https://github.com/khaledhosny/xits"
+url="https://github.com/alif-type/xits"
license=('custom:OFL')
ghname=xits
-source=("https://github.com/khaledhosny/$ghname/archive/v$pkgver.tar.gz")
-sha256sums=('63a778f24e9275b7f2c7c78060e7ad6c375f5cff077852716537b26e9da8be69')
+source=("https://github.com/alif-type/$ghname/archive/v$pkgver.tar.gz")
+sha256sums=('a396dfddde7da50ce82cae530775ab522b1d33f87ca8211634535b6325a09c2b')
package() {
cd "$srcdir/$ghname-$pkgver"