summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Janis Robert König2021-11-12 12:51:01 +0100
committerLeonard Janis Robert König2021-11-12 12:51:01 +0100
commitdee0325f3ebc2e3d6a643898fcadac0bcc6d3c07 (patch)
tree35b8d0a03fc030f0b9dd31aa20ca2d3975423de3
parent7e0f2ab039f19cdabdc2acb920cd67fd03223ff2 (diff)
downloadaur-dee0325f3ebc2e3d6a643898fcadac0bcc6d3c07.tar.gz
Help AUR wrappers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 833aad1629a6..4a8f0ccb7825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = otf-apple-sf-pro
license = custom:apple-restricted-font
makedepends = texlive-bin
makedepends = p7zip
- source = https://devimages-cdn.apple.com/design/resources/download/SF-Pro.dmg
+ source = 17.0d12e1-SF-Pro.dmg::https://devimages-cdn.apple.com/design/resources/download/SF-Pro.dmg
source = license.awk
source = version.awk
sha256sums = f891774b2362fbaac4548120fcb96abb4c3fcfc82a05b6cbb4fddc0a5f4aaa3a
diff --git a/PKGBUILD b/PKGBUILD
index 95d495652bed..86410b25b24b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgdesc='Apples San Francisco typeface family. System font.'
arch=('any')
url='https://developer.apple.com/fonts/'
license=('custom:apple-restricted-font')
-_file='SF-Pro.dmg'
-source=("https://devimages-cdn.apple.com/design/resources/download/$_file"
+_dlfile='SF-Pro.dmg'
+_file="${pkgver}-${_dlfile}"
+source=("$_file::https://devimages-cdn.apple.com/design/resources/download/$_dlfile"
'license.awk'
'version.awk')
sha256sums=('f891774b2362fbaac4548120fcb96abb4c3fcfc82a05b6cbb4fddc0a5f4aaa3a'