summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-06-08 09:19:08 +0200
committerD3SOX2021-06-08 09:19:08 +0200
commit2494d9fcb2863c2e7876ced7473592a7dd285b21 (patch)
treee42c7b11eb52f3c280afe0a983b0ad935d375286
parent83469d5d092f8aca8a94231b4e3e2c67721614b4 (diff)
downloadaur-2494d9fcb2863c2e7876ced7473592a7dd285b21.tar.gz
apple updated to the font
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1a0b9dbb688..4fdf963c62e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-sf-mono
pkgdesc = Monospaced variant of San Francisco. Sourced directly from Apple, patched with the Nerd Fonts Patcher
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://developer.apple.com/fonts/
arch = any
license = custom
@@ -15,9 +15,8 @@ pkgbase = nerd-fonts-sf-mono
source = https://developer.apple.com/design/downloads/SF-Mono.dmg
source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.1.0/font-patcher
source = svn+https://github.com/ryanoasis/nerd-fonts/tags/v2.1.0/src/glyphs
- sha256sums = SKIP
+ sha256sums = ec0518e310797d2f9cb924c18e3e7b661359f4fb653d1ad4315758ebcdb5ff11
sha256sums = 3377615be4271f8bdeef66e6f2f82ac3f3cfb7b5677abe7b8e189409da048859
sha256sums = SKIP
pkgname = nerd-fonts-sf-mono
-
diff --git a/PKGBUILD b/PKGBUILD
index 09076f0c10ce..e10747fed731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=nerd-fonts-sf-mono
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Monospaced variant of San Francisco. Sourced directly from Apple, patched with the Nerd Fonts Patcher"
arch=('any')
url='https://developer.apple.com/fonts/'
@@ -10,7 +10,7 @@ makedepends=('git' 'p7zip' 'python' 'fontforge' 'subversion')
conflicts=('nerd-fonts-sf-mono')
provides=('nerd-fonts-sf-mono')
source=('https://developer.apple.com/design/downloads/SF-Mono.dmg' "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/font-patcher" "svn+https://github.com/ryanoasis/nerd-fonts/tags/v$pkgver/src/glyphs")
-sha256sums=('SKIP' '3377615be4271f8bdeef66e6f2f82ac3f3cfb7b5677abe7b8e189409da048859' 'SKIP')
+sha256sums=('ec0518e310797d2f9cb924c18e3e7b661359f4fb653d1ad4315758ebcdb5ff11' '3377615be4271f8bdeef66e6f2f82ac3f3cfb7b5677abe7b8e189409da048859' 'SKIP')
# TODO: remove warning and msg since they are only intended for internal use by makepkg. what to use instead?
build() {