summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2024-01-17 13:41:31 +0100
committerD3SOX2024-01-17 13:41:31 +0100
commitb33e578510baba8d34529175b7a8f95d3d4879d0 (patch)
treea39417a089070388253eddab82ff4d965227523c
parentab98a7d3e3177d31e3c2981e6beed9df9d023e8c (diff)
downloadaur-b33e578510baba8d34529175b7a8f95d3d4879d0.tar.gz
apple updated the font
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d36486f38456..fe12b9873d5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,9 +13,9 @@ pkgbase = nerd-fonts-sf-mono
makedepends = parallel
provides = nerd-fonts-sf-mono
conflicts = nerd-fonts-sf-mono
- source = SF-Mono-11.dmg::https://developer.apple.com/design/downloads/SF-Mono.dmg
+ source = SF-Mono-12.dmg::https://developer.apple.com/design/downloads/SF-Mono.dmg
source = font-patcher-3.1.1::https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/FontPatcher.zip
- sha256sums = a6a91880966db4a287a936286c1523b9dd1f5bbf5d4b9b5dcd8276df07bd4d6e
+ sha256sums = b591d5ea0e36ef3a98ceb35fdf00b0882879563a3c3c06a2f6e12f6b260fb233
sha256sums = 7b11bdbbe645ff817192233f7fab1dc026cea201959dc4617f5217d5250de4f2
pkgname = nerd-fonts-sf-mono
diff --git a/PKGBUILD b/PKGBUILD
index 2557c799737b..8095495ac7b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nerd-fonts-sf-mono
pkgver=3.1.1
pkgrel=1
-_fontver=11
+_fontver=12
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,7 @@ 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://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/FontPatcher.zip")
-sha256sums=('a6a91880966db4a287a936286c1523b9dd1f5bbf5d4b9b5dcd8276df07bd4d6e'
+sha256sums=('b591d5ea0e36ef3a98ceb35fdf00b0882879563a3c3c06a2f6e12f6b260fb233'
'7b11bdbbe645ff817192233f7fab1dc026cea201959dc4617f5217d5250de4f2')
build() {