summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2022-08-31 13:05:38 +0200
committerAlexander Fasching2022-08-31 13:05:38 +0200
commita15b52e4fd4395e19d5f05157464875f8101515a (patch)
tree189068606d59a10ffe81653c8ed470020a29d58d
parentde8390daf19a688f5e6b19bdb32839f34e26aa63 (diff)
downloadaur-a15b52e4fd4395e19d5f05157464875f8101515a.tar.gz
upgpkg: nerd-fonts-roboto-mono 2.2.1-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cfd01431ec7..795c443b1eec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-roboto-mono
pkgdesc = Patched font Roboto Mono from the nerd-fonts library
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts
@@ -9,9 +9,9 @@ pkgbase = nerd-fonts-roboto-mono
provides = nerd-fonts-roboto-mono
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
- source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/RobotoMono.zip
- source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
- sha1sums = 1522629acdc2eb7c70d1579bd9c3d03ce5e6309f
- sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386
+ source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.1/RobotoMono.zip
+ source = https://github.com/ryanoasis/nerd-fonts/raw/v2.2.1/LICENSE
+ sha1sums = b2c3f5298a7c3be2a4dc6566064d3a3d03ab364d
+ sha1sums = 3175046f10fc45ffaaf96f5e4023d12316db0688
pkgname = nerd-fonts-roboto-mono
diff --git a/PKGBUILD b/PKGBUILD
index cd22eff99bc7..29a2d8e5cbae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Fasching <fasching.a91@gmail.com>
pkgname=nerd-fonts-roboto-mono
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Patched font Roboto Mono from the nerd-fonts library"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
@@ -11,8 +11,8 @@ conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/RobotoMono.zip"
"https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")
-sha1sums=('1522629acdc2eb7c70d1579bd9c3d03ce5e6309f'
- '92fdad3c8babc0473da5f03e41fb1151417ab386')
+sha1sums=('b2c3f5298a7c3be2a4dc6566064d3a3d03ab364d'
+ '3175046f10fc45ffaaf96f5e4023d12316db0688')
package() {
find . -iname "*.ttf" -not -iname "*Windows Compatible.ttf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/TTF/{}" \;