summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-09-07 12:11:32 -0500
committerLuis Martinez2022-09-07 12:11:32 -0500
commitfb336da97d2f344934e7d5ea2f0f0c8fd9b32b95 (patch)
tree4ed7cfd255d9f4466873cda1bafc2a4f22ade3ef
parent320451509586795c27be65acd800d754375e87b7 (diff)
downloadaur-fb336da97d2f344934e7d5ea2f0f0c8fd9b32b95.tar.gz
update to 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4643f1714169..ed1bad91c1d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nerd-fonts-tinos
pkgdesc = Patched font Tinos from Nerd Fonts Library
- pkgver = 2.2.1
+ pkgver = 2.2.2
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.1.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.1/Tinos.zip
- sha256sums = 35b0c771731d03c405ab2a7d2fe52f4f091d30af6752e20d3c749e9048475d4f
+ source = nerd-fonts-tinos-2.2.2.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/Tinos.zip
+ sha256sums = 3e353181bd7eadcac29b31dfbac7a87020daa6b0e870e0c9fe3ff4fc6b647792
pkgname = nerd-fonts-tinos
diff --git a/PKGBUILD b/PKGBUILD
index ed9a9c094f16..357619e47e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: pryme-svg <edoc.www@gmail.com>
pkgname=nerd-fonts-tinos
-pkgver=2.2.1
+pkgver=2.2.2
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=('35b0c771731d03c405ab2a7d2fe52f4f091d30af6752e20d3c749e9048475d4f')
+sha256sums=('3e353181bd7eadcac29b31dfbac7a87020daa6b0e870e0c9fe3ff4fc6b647792')
package() {
find . -iname "*.ttf" -not -iname "*Windows Compatible.ttf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/TTF/{}" \;