summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobocioaca2025-01-30 16:04:15 +0200
committerrobocioaca2025-01-30 16:04:15 +0200
commiteeabd83fb0cc4d0f4a393eb964b1d3368220d3f3 (patch)
tree9baeac71ebd0dedcf105e09762e5736bee32eec4
parentc3084109ae12a31babaa6233880bc90f2e02e944 (diff)
downloadaur-eeabd83fb0cc4d0f4a393eb964b1d3368220d3f3.tar.gz
Updated Upstream URL and binary source to fresh 2025 targets.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c35f377f311..8b3ccfc1e21d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = otf-sweden-sans
pkgdesc = Sweden Sans typeface is the key element in the Sweden Brand Identity. It works to maintain consistency, create clarity, and handle the Sweden brand legacy.
pkgver = 1
- pkgrel = 4
- url = https://identity.sweden.se/en/design-elements/typography
+ pkgrel = 5
+ url = https://sharingsweden.se/the-sweden-brand/brand-visual-identity/typography
install = otf-sweden-sans.install
arch = any
license = custom
depends = fontconfig
depends = xorg-mkfontscale
- source = https://identity.sweden.se/userfiles/19863.zip
- sha256sums = 216ebf9f71e13917896432c237d4eedb856c0dfd390dfe614c542819f6f1fc81
+ source = https://sharingsweden.se/app/uploads/2024/10/SwedenSans_typekit_family.zip
+ sha256sums = 548b15a193c6609b122d5bd1c31edb10ed5f1d60d764eee0a4fc8b4647568326
pkgname = otf-sweden-sans
diff --git a/PKGBUILD b/PKGBUILD
index 01395f7aedbe..9bb14118368f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
pkgname=otf-sweden-sans
pkgver=1
-pkgrel=4
+pkgrel=5
pkgdesc="Sweden Sans typeface is the key element in the Sweden Brand Identity. It works to maintain consistency, create clarity, and handle the Sweden brand legacy."
arch=('any')
-url="https://identity.sweden.se/en/design-elements/typography"
+url="https://sharingsweden.se/the-sweden-brand/brand-visual-identity/typography"
license=('custom')
depends=(fontconfig xorg-mkfontscale)
install=otf-sweden-sans.install
-source=(https://identity.sweden.se/userfiles/19863.zip)
-sha256sums=('216ebf9f71e13917896432c237d4eedb856c0dfd390dfe614c542819f6f1fc81')
+source=(https://sharingsweden.se/app/uploads/2024/10/SwedenSans_typekit_family.zip)
+sha256sums=('548b15a193c6609b122d5bd1c31edb10ed5f1d60d764eee0a4fc8b4647568326')
package() {
- cd "${srcdir}/Sweden-Sans/Desktop"
+ cd "${srcdir}/SwedenSans_OTF"
install -d "${pkgdir}/usr/share/fonts/OTF"
install -m644 *.otf "${pkgdir}/usr/share/fonts/OTF/"
}
+