summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2018-11-22 11:01:50 +0100
committerMarkus Weimar2018-11-22 11:01:50 +0100
commitb802f48d2d50b1f993d85b78fbc31c8ade2f1960 (patch)
tree94b97017180cee8fe0e6edcd2e18e413d1030930
parent92824ec825f50b029002739d4d87650717b406cc (diff)
downloadaur-b802f48d2d50b1f993d85b78fbc31c8ade2f1960.tar.gz
0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c9dab88f2b2..ac1dcec51cfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Thu Nov 22 09:58:51 UTC 2018
pkgbase = ttf-sarasa-gothic
pkgdesc = A Chinese & Japanese programming font based on Iosevka and Source Han Sans (TTC)
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/be5invis/Sarasa-Gothic
arch = any
license = custom:SIL Open Font License v1.1
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.6.0/sarasa-gothic-ttc-0.6.0.7z
+ source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.7.0/sarasa-gothic-ttc-0.7.0.7z
source = https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/master/LICENSE
- sha256sums = 5deb785be27abed5d2b3b671f9c4eb800a168d5e10505044b06903e6393f20ae
+ sha256sums = 9cd9fbdc741c99590a8b76feb2da4cda49695f148107df338a0eb57f6edc3dd3
sha256sums = 15d8d7964167f8ec518783801c809991807804cfde691242471e24ce66de6934
pkgname = ttf-sarasa-gothic
diff --git a/PKGBUILD b/PKGBUILD
index d33684754c4c..fbb92d47c60b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Ye Jingchen <ye.jingchen@gmail.com>
+# Co-Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-sarasa-gothic
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="A Chinese & Japanese programming font based on Iosevka and Source Han Sans (TTC)"
arch=('any')
@@ -9,12 +10,12 @@ url="https://github.com/be5invis/Sarasa-Gothic"
license=('custom:SIL Open Font License v1.1')
depends=('fontconfig' 'xorg-font-utils')
source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z"
- "https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/master/LICENSE")
-sha256sums=('5deb785be27abed5d2b3b671f9c4eb800a168d5e10505044b06903e6393f20ae'
+ 'https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/master/LICENSE')
+sha256sums=('9cd9fbdc741c99590a8b76feb2da4cda49695f148107df338a0eb57f6edc3dd3'
'15d8d7964167f8ec518783801c809991807804cfde691242471e24ce66de6934')
package() {
- install -d "$pkgdir/usr/share/fonts/TTC"
- install -m644 "$srcdir/"*.ttc "$pkgdir/usr/share/fonts/TTC"
- install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -d "$pkgdir/usr/share/fonts/TTC"
+ install -m644 "$srcdir/"*.ttc "$pkgdir/usr/share/fonts/TTC"
+ install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}