diff options
author | Ali Tajelsir | 2024-05-26 23:28:40 +0300 |
---|---|---|
committer | Ali Tajelsir | 2024-05-26 23:28:40 +0300 |
commit | b400ae48987aa5c12185b75aa7c395508f56884d (patch) | |
tree | 5e6451234bc641dacd05323f8db64a842aad2093 /PKGBUILD | |
parent | c275f0e1092953dde98d076c6bd1a84e8ae171ee (diff) | |
download | aur-b400ae48987aa5c12185b75aa7c395508f56884d.tar.gz |
upgpkg: 1:24.5.1-1: Update to 24.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -3,8 +3,8 @@ pkgname=noto-fonts-ar epoch=1 -pkgver=23.12.1 -pkgrel=3 +pkgver=24.5.1 +pkgrel=1 pkgdesc="Google Noto TTF fonts for Arabic Scripts" arch=(any) url="https://www.google.com/get/noto/" @@ -13,19 +13,17 @@ optdepends=('noto-fonts-emoji: Emoji characters') _url="https://github.com/notofonts/notofonts.github.io/raw/noto-monthly-release-${pkgver}/fonts" source=("${_url}/NotoKufiArabic/hinted/ttf/NotoKufiArabic-"{Bold,Regular}.ttf "${_url}/NotoNaskhArabic/hinted/ttf/NotoNaskhArabic-"{Bold,Regular}.ttf - #"${_url}/NotoNaskhArabicUI/hinted/ttf/NotoNaskhArabicUI-"{Bold,Regular}.ttf "${_url}/NotoSansArabic/hinted/ttf/NotoSansArabic-"{Bold,Regular}.ttf - #"${_url}/NotoSansArabicUI/hinted/ttf/NotoSansArabicUI-"{Bold,Regular}.ttf "${_url}/LICENSE" 66-noto-ar.conf) -sha256sums=('74122098a0aca46452605e62fe60d56537906fbe7c5af3fc42b982b5c91a906e' - '36b64d6449df10d9d7b4327d570f790bdf676be08601574eb127f0bf0d71d0f9' +sha256sums=('a11780ed16775fde48967730810431182f8bea2588b81e79b21bb1e5133722e7' + '02f3f4fe55fe5527ab265fdff00f30f65b020f992c8c3a09a260618c24d2b759' '6a6abacebd8f08cf24cda234770d9eabfd35fe7bb76c5dd66ae99e86f630bf92' 'a9662e3ee87c3f9640ad25ba33078298cddab197a3e8da75a3b1feea42b85ef3' 'cabdc065d2d3d30562cf1d3e753dc7062bc420beb14942e0c28a211020e2b8d1' 'c270782ee478c685f95509e724125729e1284c82ebfbe414cc67926f29449e1d' 'f2095b08bed08b23a6fe26112fcd679a2bee3f002eef077eb05d215ed1051bd8' - 'be333b3605e1cfb32079819c4f4291747c55eeeeb866e3b704001335f6355cd7') + 'f69d3162da2d927bd158501531e04775d890361bc79d1d4ab77c3ad34e866650') package() { install -Dm644 "$srcdir"/Noto*.ttf -t "$pkgdir"/usr/share/fonts/"$pkgname" |