summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiin2022-11-12 03:30:10 +0100
committerLiin2022-11-12 03:30:10 +0100
commit82fd190e8c599ecd9d67dfe08e7cffe5d5ad1151 (patch)
treedf798cd9c96153f541604068b6a764f349301613
parente376a4e7db43bd4c583a3eb1cabd9dbf0c51b916 (diff)
downloadaur-82fd190e8c599ecd9d67dfe08e7cffe5d5ad1151.tar.gz
new version
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1b4af5e0616..370cebb4c1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Liin L <Liin@Xemmon.Space>
pkgname='otf-urbanist'
-pkgver=1.310
+pkgver=1.321
pkgrel=1
pkgdesc="Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography."
url="https://github.com/coreyhu/Urbanist"
arch=(any)
license=(custom)
-source=("https://github.com/coreyhu/Urbanist/releases/download/v${pkgver}/Urbanist_Font_Family_${pkgver}.zip"
+source=("https://github.com/coreyhu/Urbanist/releases/download/v${pkgver}/Urbanist-fonts.zip"
"OFL.txt")
-sha256sums=('7b51d9d081931875e03fdeaf51033d01c1cc250a40b02ad67f20e1c4bae782e4'
+sha256sums=('43b9c601884e3d348016444d34c5d55ac3381d18fdbe9644432be50305fa54c3'
'93b568382826c6f92eda0dc4807d0106b05141fb8348cd63ac996077e8cc47fa')
package() {
install -d "${pkgdir}/usr/share/fonts/${pkgname}"
- install -m644 "${srcdir}/fonts/otf/"*.otf "${pkgdir}/usr/share/fonts/${pkgname}"
+ install -m644 "${srcdir}/Urbanist-fonts/fonts/otf/"*.otf "${pkgdir}/usr/share/fonts/${pkgname}"
install -Dm644 "${srcdir}/OFL.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
}