summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2018-08-09 21:49:12 -0700
committerMatt Kline2018-08-09 21:49:12 -0700
commit8db2a34ee2d87a80a6e71aafc70c07b4749ee53e (patch)
tree7c32592a4315b49c374446f02fdec6ef71f163a7
parent71a2b00eead64e46f2d2c82059f5067d1a06fdb7 (diff)
downloadaur-8db2a34ee2d87a80a6e71aafc70c07b4749ee53e.tar.gz
Change source to Github following STIX's migration
My apologies for the delay.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 338f2dfdfbda..41ed1e6659cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Thu Apr 6 05:59:01 UTC 2017
pkgbase = otf-stix
pkgdesc = An OpenType font with math support, designed for scientific and engineering printing
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.stixfonts.org
arch = any
license = custom:OFL
depends = fontconfig
- source = https://sourceforge.net/projects/stixfonts/files/Current%20Release/STIXv2.0.0.zip
- sha256sums = 6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938
+ source = https://github.com/stipub/stixfonts/blob/2.0.0/zipfiles/STIXv2.0.0.zip
+ sha256sums = f8a141355690e0a1984a196409d6685f0493413595dec087c77e4bff6721dfd7
pkgname = otf-stix
diff --git a/PKGBUILD b/PKGBUILD
index bf0459732727..681adb4c4dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=otf-stix
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An OpenType font with math support, designed for scientific and engineering printing"
arch=('any')
url="http://www.stixfonts.org"
license=('custom:OFL')
depends=('fontconfig')
-source=("https://sourceforge.net/projects/stixfonts/files/Current%20Release/STIXv$pkgver.zip")
-sha256sums=('6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938')
+source=("https://github.com/stipub/stixfonts/blob/$pkgver/zipfiles/STIXv$pkgver.zip")
+sha256sums=('f8a141355690e0a1984a196409d6685f0493413595dec087c77e4bff6721dfd7')
package() {
cd "$srcdir/STIXv$pkgver"