summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYe Jingchen2017-11-04 19:11:41 +0800
committerYe Jingchen2017-11-04 19:11:41 +0800
commit95c2d57d6aff3f5e566c2255eccaa2ddb29966a9 (patch)
tree8e6e8982c014cd19392013d20c59d1204e51730c
parent7ef2c280986ad8daf91d12690e75ddeee1ab332b (diff)
downloadaur-95c2d57d6aff3f5e566c2255eccaa2ddb29966a9.tar.gz
upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8762cefb57b7..6b177931dc11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-sarasa-gothic
pkgdesc = A Chinese & Japanese programming font based on Iosevka and Source Han Sans
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/be5invis/Sarasa-Gothic
arch = any
license = BSD
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.2.1/sarasa-gothic-0.2.1.7z
+ source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.3.0/sarasa-gothic-ttc-0.3.0.7z
source = https://github.com/be5invis/Sarasa-Gothic/raw/master/LICENSE
- sha256sums = b502a60095451cd64ad258ebffe1f18631806cd6c80f1cae6dd1cc92c5544b33
+ sha256sums = e9faa99fdf7057ee4b84d0890f1f0543745b20d4ed1161320cc100eb8d2bb187
sha256sums = SKIP
pkgname = ttf-sarasa-gothic
diff --git a/PKGBUILD b/PKGBUILD
index a92be9c2f406..1b5f7510d21f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Ye Jingchen <ye.jingchen@gmail.com>
pkgname=ttf-sarasa-gothic
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="A Chinese & Japanese programming font based on Iosevka and Source Han Sans"
arch=('any')
url="https://github.com/be5invis/Sarasa-Gothic"
license=('BSD')
depends=('fontconfig' 'xorg-font-utils')
-source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-$pkgver.7z"
+source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z"
"https://github.com/be5invis/Sarasa-Gothic/raw/master/LICENSE")
-sha256sums=('b502a60095451cd64ad258ebffe1f18631806cd6c80f1cae6dd1cc92c5544b33'
+sha256sums=('e9faa99fdf7057ee4b84d0890f1f0543745b20d4ed1161320cc100eb8d2bb187'
'SKIP')
package() {
install -d "$pkgdir/usr/share/fonts/TTC"
- install -m644 "$srcdir/sarasa/"*.ttc "$pkgdir/usr/share/fonts/TTC"
+ install -m644 "$srcdir/"*.ttc "$pkgdir/usr/share/fonts/TTC"
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}