summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-27 18:37:22 -0500
committerLuis Martinez2022-08-27 18:37:22 -0500
commit320451509586795c27be65acd800d754375e87b7 (patch)
tree566a7bcd6ca9055e884d7a10a9c12f7e2734f080
parent2f375f1e430eba63d151c034ba805b0e50d0b8ec (diff)
downloadaur-320451509586795c27be65acd800d754375e87b7.tar.gz
update to 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1daac3fd7811..4643f1714169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nerd-fonts-tinos
pkgdesc = Patched font Tinos from Nerd Fonts Library
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/ryanoasis/nerd-fonts
arch = any
@@ -8,7 +8,7 @@ pkgbase = nerd-fonts-tinos
provides = ttf-nerd-fonts-tinos
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
- source = nerd-fonts-tinos-2.2.0.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.0/Tinos.zip
- sha256sums = 97410f217c10788c9cf0e6348cd0282d86c38632061df9821880663db238313d
+ source = nerd-fonts-tinos-2.2.1.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.1/Tinos.zip
+ sha256sums = 35b0c771731d03c405ab2a7d2fe52f4f091d30af6752e20d3c749e9048475d4f
pkgname = nerd-fonts-tinos
diff --git a/PKGBUILD b/PKGBUILD
index db96c9866875..ed9a9c094f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: pryme-svg <edoc.www@gmail.com>
pkgname=nerd-fonts-tinos
-pkgver=2.2.0
+pkgver=2.2.1
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=('97410f217c10788c9cf0e6348cd0282d86c38632061df9821880663db238313d')
+sha256sums=('35b0c771731d03c405ab2a7d2fe52f4f091d30af6752e20d3c749e9048475d4f')
package() {
find . -iname "*.ttf" -not -iname "*Windows Compatible.ttf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/TTF/{}" \;