summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMolyuu2023-08-27 00:38:21 +0800
committerMolyuu2023-08-27 00:38:21 +0800
commite22d829b6cfbd87123b07480be4dd34c643feb67 (patch)
tree16895360de61bbdf7512851450acf8427101beb7
parent5a7faad5d6f717353a49899bee859c96dd964685 (diff)
downloadaur-e22d829b6cfbd87123b07480be4dd34c643feb67.tar.gz
update to 0.41.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2a1f89f98af..c41681f1b4cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-sarasa-gothic-sc
pkgdesc = A CJK programming font based on Iosevka and Source Han Sans. (only Sarasa Gothic SC inside)
- pkgver = 0.41.6
+ pkgver = 0.41.7
pkgrel = 1
url = https://github.com/be5invis/Sarasa-Gothic
arch = any
@@ -8,10 +8,10 @@ pkgbase = ttf-sarasa-gothic-sc
makedepends = p7zip
provides = ttf-sarasa-gothic-sc
conflicts = ttf-sarasa-gothic
- noextract = sarasa-gothic-ttf-0.41.6.7z
- source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.41.6/sarasa-gothic-ttf-0.41.6.7z
+ noextract = sarasa-gothic-ttf-0.41.7.7z
+ source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.41.7/sarasa-gothic-ttf-0.41.7.7z
source = LICENSE
- sha256sums = e9a7b1457ae31f54e7d9f638a66aaf37a5c6df5443ac8f3a61aed9df0d8b5b39
+ sha256sums = 374056f4c5edabb889ed060281c143f641af98addf7d03037ebfc62bd7c73b2b
sha256sums = 9caccb70771a676613a8a9a9863f20c49c861383af99c1dd7cc354226b375832
pkgname = ttf-sarasa-gothic-sc
diff --git a/PKGBUILD b/PKGBUILD
index 98e24140a753..9179a8611413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Molyuu <zhangjtroger@gmail.com>
pkgname=ttf-sarasa-gothic-sc
-pkgver=0.41.6
+pkgver=0.41.7
pkgrel=1
url=https://github.com/be5invis/Sarasa-Gothic
pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (only Sarasa Gothic SC inside)"
@@ -15,7 +15,7 @@ source=(
"LICENSE"
)
-sha256sums=('e9a7b1457ae31f54e7d9f638a66aaf37a5c6df5443ac8f3a61aed9df0d8b5b39'
+sha256sums=('374056f4c5edabb889ed060281c143f641af98addf7d03037ebfc62bd7c73b2b'
'9caccb70771a676613a8a9a9863f20c49c861383af99c1dd7cc354226b375832')
noextract=("sarasa-gothic-ttf-$pkgver.7z")
@@ -33,4 +33,4 @@ package() {
install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
install -m644 $srcdir/sarasa-$pkgver/*.ttf "$pkgdir/usr/share/fonts/${pkgname:4}"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-} \ No newline at end of file
+}