summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 666c132f87c1..8c35f377f311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = otf-sweden-sans
- pkgdesc = Sweden Sans is a sans serif typeface that can be used in both analogue and digital formats
+ 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 = 3
- url = https://identity.sweden.se/buildingblocks/secondary-building-blocks-always-use#our-main-typeface
+ pkgrel = 4
+ url = https://identity.sweden.se/en/design-elements/typography
install = otf-sweden-sans.install
arch = any
license = custom
depends = fontconfig
depends = xorg-mkfontscale
- source = https://identity.sweden.se/wp-content/uploads/sweden_sans_desktop_and_web.zip
- sha256sums = 0a81641bb2de57f332663faf70ed533206948e60ebdb3f636722ff013385198f
+ source = https://identity.sweden.se/userfiles/19863.zip
+ sha256sums = 216ebf9f71e13917896432c237d4eedb856c0dfd390dfe614c542819f6f1fc81
pkgname = otf-sweden-sans
diff --git a/PKGBUILD b/PKGBUILD
index 498e48f8765c..01395f7aedbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=otf-sweden-sans
pkgver=1
-pkgrel=3
-pkgdesc="Sweden Sans is a sans serif typeface that can be used in both analogue and digital formats"
+pkgrel=4
+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/buildingblocks/secondary-building-blocks-always-use#our-main-typeface"
+url="https://identity.sweden.se/en/design-elements/typography"
license=('custom')
depends=(fontconfig xorg-mkfontscale)
install=otf-sweden-sans.install
-source=(https://identity.sweden.se/wp-content/uploads/sweden_sans_desktop_and_web.zip)
-sha256sums=('0a81641bb2de57f332663faf70ed533206948e60ebdb3f636722ff013385198f')
+source=(https://identity.sweden.se/userfiles/19863.zip)
+sha256sums=('216ebf9f71e13917896432c237d4eedb856c0dfd390dfe614c542819f6f1fc81')
package() {
- cd "${srcdir}/sweden_sans_desktop_and_web"
+ cd "${srcdir}/Sweden-Sans/Desktop"
install -d "${pkgdir}/usr/share/fonts/OTF"
install -m644 *.otf "${pkgdir}/usr/share/fonts/OTF/"