diff --git a/.SRCINFO b/.SRCINFO index ae2aee99197e9..be65e2349e0f1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,4 +1,4 @@ -pkgbase = otf-apple-sf-compact +pkgbase = otf-apple-sf-compact-fixed pkgdesc = Apples San Francisco typeface family. watchOS system font. pkgver = 17.0d12e1 pkgrel = 1 @@ -7,11 +7,12 @@ pkgbase = otf-apple-sf-compact license = custom:apple-restricted-font makedepends = texlive-bin makedepends = p7zip + conflicts = otf-apple-sf-compact source = 17.0d12e1-SF-Compact.dmg::https://devimages-cdn.apple.com/design/resources/download/SF-Compact.dmg source = license.awk source = version.awk - sha256sums = 487647302a6a96b2c7ff77046c8727660e250d0625efae5b54edefd68d43ea18 + sha256sums = 4567aae0616dd35afc34bad6bef547e72fd1e65845305a33973064518d1d5348 sha256sums = cd45a6edaa3829837b090a5a18d3c906816931e7a779b33b6ada23b49b5a5889 sha256sums = 55a4e9e108e50b07481044fad445636e502f2d95d7e8964e1d4cda3e9618b198 -pkgname = otf-apple-sf-compact +pkgname = otf-apple-sf-compact-fixed diff --git a/PKGBUILD b/PKGBUILD index 2e6408cab868d..0bafb8767c5ab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,7 @@ -# Maintainer: Leonard Janis König +# Maintainer: Potato_2565 +# Original Maintainer: Leonard Janis König -pkgname='otf-apple-sf-compact' +pkgname='otf-apple-sf-compact-fixed' pkgver=17.0d12e1 pkgrel=1 pkgdesc='Apples San Francisco typeface family. watchOS system font.' @@ -12,9 +13,10 @@ _file=${pkgver}-${_dlfile} source=("$_file::https://devimages-cdn.apple.com/design/resources/download/$_dlfile" 'license.awk' 'version.awk') -sha256sums=('487647302a6a96b2c7ff77046c8727660e250d0625efae5b54edefd68d43ea18' +sha256sums=('4567aae0616dd35afc34bad6bef547e72fd1e65845305a33973064518d1d5348' 'cd45a6edaa3829837b090a5a18d3c906816931e7a779b33b6ada23b49b5a5889' '55a4e9e108e50b07481044fad445636e502f2d95d7e8964e1d4cda3e9618b198') +conflicts=('otf-apple-sf-compact') makedepends=('texlive-bin' 'p7zip') prepare() { @@ -24,6 +26,7 @@ prepare() { 7z x -y 'SFCompactFonts/SF Compact Fonts.pkg' 7z x -y 'Payload~' + otfinfo -i Library/Fonts/SF-Compact-Display-Regular.otf | \ awk -f license.awk > LICENSE }