summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD12
3 files changed, 11 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3125a55c403..951689803c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,12 @@
-# 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
- url = https://github.com/khaledhosny/xits
+ pkgver = 1.302
+ pkgrel = 2
+ url = https://github.com/alif-type/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
- sha256sums = ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec
+ 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 c04f1464c8a6..5e2bebb940ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
pkgname=otf-xits
-pkgver=1.108
-pkgrel=6
+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')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
ghname=xits
-source=("https://github.com/khaledhosny/$ghname/archive/v$pkgver.tar.gz")
-sha256sums=('ee7231eb836d94ddc20a1b631866ef12dfeaace794389071948e4931e3d751ec')
+source=("https://github.com/alif-type/$ghname/archive/v$pkgver.tar.gz")
+sha256sums=('a396dfddde7da50ce82cae530775ab522b1d33f87ca8211634535b6325a09c2b')
package() {
cd "$srcdir/$ghname-$pkgver"
@@ -16,5 +15,4 @@ package() {
install -d "$pkgdir/usr/share/fonts/OTF"
install -m644 *.otf "$pkgdir/usr/share/fonts/OTF/"
install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/OFL.txt"
- install -Dm644 OFL-FAQ.txt "$pkgdir/usr/share/licenses/$pkgname/OFL-FAQ.txt"
}