summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2023-01-18 11:28:46 -0600
committerLuis Martinez2023-01-18 11:28:46 -0600
commitcd09bb177f146244208c17cb7d324604d3be750e (patch)
treed2e5bc321d849c4efc92d97ea56d6c77d6d7a740 /PKGBUILD
parentfb336da97d2f344934e7d5ea2f0f0c8fd9b32b95 (diff)
downloadaur-nerd-fonts-tinos.tar.gz
update to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 357619e47e65..d7b17f9c8bff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: pryme-svg <edoc.www@gmail.com>
pkgname=nerd-fonts-tinos
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=1
pkgdesc="Patched font Tinos from Nerd Fonts Library"
arch=("any")
@@ -11,7 +11,7 @@ license=('Apache')
provides=('ttf-nerd-fonts-tinos')
conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
source=("$pkgname-$pkgver.zip::$url/releases/download/v$pkgver/Tinos.zip")
-sha256sums=('3e353181bd7eadcac29b31dfbac7a87020daa6b0e870e0c9fe3ff4fc6b647792')
+sha256sums=('8cb947caff0eb80bda25b01aa235259c0f7dc8dba1f0bde695ca6c1e1e123186')
package() {
find . -iname "*.ttf" -not -iname "*Windows Compatible.ttf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/TTF/{}" \;