summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Kline2018-08-09 21:54:08 -0700
committerMatt Kline2018-08-09 21:54:08 -0700
commitddf838f1130fe0beb1e902db1e3020591b208168 (patch)
tree613cc7ac3689ddd3e583327706f7e0f280cdc55d
parent8db2a34ee2d87a80a6e71aafc70c07b4749ee53e (diff)
downloadaur-ddf838f1130fe0beb1e902db1e3020591b208168.tar.gz
Mulligan: Fix Github URL and SHA
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41ed1e6659cf..81edcdd4050c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = otf-stix
arch = any
license = custom:OFL
depends = fontconfig
- source = https://github.com/stipub/stixfonts/blob/2.0.0/zipfiles/STIXv2.0.0.zip
- sha256sums = f8a141355690e0a1984a196409d6685f0493413595dec087c77e4bff6721dfd7
+ source = https://github.com/stipub/stixfonts/raw/2.0.0/zipfiles/STIXv2.0.0.zip
+ sha256sums = 0e878b50ac6fbafbee431db4f10aa618efe34451f9922924047a2419a15e6242
pkgname = otf-stix
diff --git a/PKGBUILD b/PKGBUILD
index 681adb4c4dec..83389de855e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=otf-stix
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
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://github.com/stipub/stixfonts/blob/$pkgver/zipfiles/STIXv$pkgver.zip")
-sha256sums=('f8a141355690e0a1984a196409d6685f0493413595dec087c77e4bff6721dfd7')
+source=("https://github.com/stipub/stixfonts/raw/$pkgver/zipfiles/STIXv$pkgver.zip")
+sha256sums=('0e878b50ac6fbafbee431db4f10aa618efe34451f9922924047a2419a15e6242')
package() {
cd "$srcdir/STIXv$pkgver"