summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2020-07-12 08:37:47 +0200
committerMarkus Weimar2020-07-12 08:37:47 +0200
commit754b6d829c0d36716b7b6b81e1857f81426ac243 (patch)
treec1a21539b8d45533bc2d04b09ca0abd986a730e0
parentb6bd5c5e43b86294ca103be41bb0b7d5d59c74db (diff)
downloadaur-754b6d829c0d36716b7b6b81e1857f81426ac243.tar.gz
0.12.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54a9837f998a..b53122dd5b70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ttf-sarasa-gothic
pkgdesc = A CJK programming font based on Iosevka and Source Han Sans. (TTC)
- pkgver = 0.12.9
+ pkgver = 0.12.10
pkgrel = 1
url = https://github.com/be5invis/Sarasa-Gothic
arch = any
license = OFL
provides = ttf-sarasa-slab
- source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.12.9/sarasa-gothic-ttc-0.12.9.7z
- source = LICENSE-0.12.9::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v0.12.9/LICENSE
- sha256sums = e83f72baeed0b7a5a4bf9e679e997bcfa5da864e256dfa914f8c3955ca274b6f
+ source = https://github.com/be5invis/Sarasa-Gothic/releases/download/v0.12.10/sarasa-gothic-ttc-0.12.10.7z
+ source = LICENSE-0.12.10::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v0.12.10/LICENSE
+ sha256sums = 78a4aa58d573b10f5f61f7a3d704bcee1e3e39b82aa4c824be7570889cb07755
sha256sums = 07e26208b78894948573d001a0133a8d071e161eba6ae65e2ab521fef311a429
pkgname = ttf-sarasa-gothic
diff --git a/PKGBUILD b/PKGBUILD
index 5d2c0600feb2..c6c87fe0cd86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-sarasa-gothic
-pkgver=0.12.9
+pkgver=0.12.10
pkgrel=1
pkgdesc="A CJK programming font based on Iosevka and Source Han Sans. (TTC)"
arch=('any')
@@ -11,11 +11,11 @@ license=('OFL')
provides=('ttf-sarasa-slab')
source=("https://github.com/be5invis/Sarasa-Gothic/releases/download/v$pkgver/sarasa-gothic-ttc-$pkgver.7z"
"LICENSE-$pkgver::https://raw.githubusercontent.com/be5invis/Sarasa-Gothic/v${pkgver}/LICENSE")
-sha256sums=('e83f72baeed0b7a5a4bf9e679e997bcfa5da864e256dfa914f8c3955ca274b6f'
+sha256sums=('78a4aa58d573b10f5f61f7a3d704bcee1e3e39b82aa4c824be7570889cb07755'
'07e26208b78894948573d001a0133a8d071e161eba6ae65e2ab521fef311a429')
package() {
install -d "$pkgdir/usr/share/fonts/${pkgname:4}"
- install -m644 "$srcdir/"*.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
- install -Dm644 "$srcdir/LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -m644 *.ttc "$pkgdir/usr/share/fonts/${pkgname:4}"
+ install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}