summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2022-04-22 17:18:01 +0200
committerD3SOX2022-04-22 17:18:01 +0200
commitbe6e6872f6f88f041779ed14b1a61857efe97519 (patch)
treea51429949dcc7894a54cead0a627e55c3671b2c3
parent215025e793a1e3aed298d35c5a8d2ed9c9127496 (diff)
downloadaur-be6e6872f6f88f041779ed14b1a61857efe97519.tar.gz
update checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87fbfdf92d66..63fea03d7e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,11 +13,11 @@ pkgbase = nerd-fonts-sf-mono
makedepends = parallel
provides = nerd-fonts-sf-mono
conflicts = nerd-fonts-sf-mono
- source = SF-Mono-8.dmg::https://developer.apple.com/design/downloads/SF-Mono.dmg
+ source = SF-Mono-9.dmg::https://developer.apple.com/design/downloads/SF-Mono.dmg
source = font-patcher-2.1.0::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.1.0/font-patcher
source = allow-glyphdir.diff
source = svn+https://github.com/ryanoasis/nerd-fonts/tags/v2.1.0/src/glyphs
- sha256sums = f278893e4de119f2b551222cf5ea3167a1a5338699ed939b9908f66689a3f86a
+ sha256sums = 6571966c11f74aa64a46ef3774fc8376f822e58d1b785bf5c2c89920e75b0d94
sha256sums = 3377615be4271f8bdeef66e6f2f82ac3f3cfb7b5677abe7b8e189409da048859
sha256sums = 6fad8dead6215b1d8cedbbce3d1bc1fc7c1b0bb06ea70518334bd443a7ba543f
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 44bf60282ed5..b9c8cdd92f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nerd-fonts-sf-mono
pkgver=2.1.0
pkgrel=7
-_fontver=8
+_fontver=9
pkgdesc="Monospaced variant of San Francisco. Sourced directly from Apple, patched with the Nerd Fonts Patcher"
arch=('any')
url='https://developer.apple.com/fonts/'
@@ -11,7 +11,10 @@ makedepends=('git' 'p7zip' 'python' 'fontforge' 'subversion' 'parallel')
conflicts=('nerd-fonts-sf-mono')
provides=('nerd-fonts-sf-mono')
source=("SF-Mono-$_fontver.dmg::https://developer.apple.com/design/downloads/SF-Mono.dmg" "font-patcher-$pkgver::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/font-patcher" "allow-glyphdir.diff" "svn+https://github.com/ryanoasis/nerd-fonts/tags/v$pkgver/src/glyphs")
-sha256sums=('f278893e4de119f2b551222cf5ea3167a1a5338699ed939b9908f66689a3f86a' '3377615be4271f8bdeef66e6f2f82ac3f3cfb7b5677abe7b8e189409da048859' '6fad8dead6215b1d8cedbbce3d1bc1fc7c1b0bb06ea70518334bd443a7ba543f' 'SKIP')
+sha256sums=('6571966c11f74aa64a46ef3774fc8376f822e58d1b785bf5c2c89920e75b0d94'
+ '3377615be4271f8bdeef66e6f2f82ac3f3cfb7b5677abe7b8e189409da048859'
+ '6fad8dead6215b1d8cedbbce3d1bc1fc7c1b0bb06ea70518334bd443a7ba543f'
+ 'SKIP')
build() {
_patcher="font-patcher-$pkgver-glyphdir"