summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Carrasco2022-08-26 22:33:35 -0300
committerAgustin Carrasco2022-08-26 22:33:35 -0300
commit9291a59164bef66936342736b0b74d57cc55f639 (patch)
tree5625cbf47d850d8f2a972d5285533d63c040183e
parent531e4e75cb65eb4291060086ea1ff6edaee67942 (diff)
downloadaur-9291a59164bef66936342736b0b74d57cc55f639.tar.gz
Bump to 2.2.1
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19586386da53..7aa15b680677 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-ubuntu-mono
pkgdesc = Patched font UbuntuMono 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
@@ -10,10 +10,9 @@ pkgbase = nerd-fonts-ubuntu-mono
provides = nerd-fonts-inconsolata
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
- source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/UbuntuMono.zip
- source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
+ source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.1/UbuntuMono.zip
+ source = https://github.com/ryanoasis/nerd-fonts/raw/v2.2.1/LICENSE
sha1sums = 9b1261cba876307375232b90739a39b0ed639775
sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386
pkgname = nerd-fonts-ubuntu-mono
-
diff --git a/.gitignore b/.gitignore
index 447417e6e25c..b2db863c5f6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
LICENSE
*.zip
-*.tar.xz
+*.tar.zst
pkg
src
diff --git a/PKGBUILD b/PKGBUILD
index d39da735fe0d..645512fcfc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Agustin Carrasco <asermax at gmail dot com>
pkgname=nerd-fonts-ubuntu-mono
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Patched font UbuntuMono from the nerd-fonts library"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"