summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph R. Quinn2022-08-28 13:02:30 -0400
committerJoseph R. Quinn2022-08-28 13:02:30 -0400
commitcae9976295adca6589f934d22ce169a76b69f918 (patch)
treeac75dfa8bfcb9a9b15a4529b3e34d9e26ed5057f
parent531578e7f2ed324c4a8d6fb5ed0e75608e3db723 (diff)
downloadaur-cae9976295adca6589f934d22ce169a76b69f918.tar.gz
Updating to v2.2.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99d42a1095ce..17daae6a70f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-liberation-mono
pkgdesc = Patched font Liberation Mono from the nerd-fonts library
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts
@@ -10,10 +10,9 @@ pkgbase = nerd-fonts-liberation-mono
provides = nerd-fonts-liberation-mono
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
- source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/LiberationMono.zip
- source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
- sha1sums = 23ab5997664bf0e087e453699d236f375045d43f
- sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386
+ source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.0/LiberationMono.zip
+ source = https://github.com/ryanoasis/nerd-fonts/raw/v2.2.0/LICENSE
+ b2sums = 9c20019db3f39ebf0923458a2ab07f4febb1c87fd3efee336cf2c989f65e3b84497da2eb0e8575c47aa3cea8572fe6d601309ea7908fbb4f6f8e4ce447701b81
+ b2sums = 386dfcb5ead367bfc44fc55f7e94548c03bdb24ca088ab56f9609e7cdaa3eab9c56b548966feaf7312da606b645e9af35556fc212132733efcdbcc17397c808a
pkgname = nerd-fonts-liberation-mono
-
diff --git a/PKGBUILD b/PKGBUILD
index 128371010007..ddaa3219f2de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Packager: Joseph R. Quinn <quinn.josephr@protonmail.com>
# Maintainer: Joseph R. Quinn <quinn.josephr@protonmail.com>
pkgname=nerd-fonts-liberation-mono
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Patched font Liberation Mono from the nerd-fonts library"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
@@ -13,8 +13,8 @@ conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/LiberationMono.zip"
"https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")
-sha1sums=('23ab5997664bf0e087e453699d236f375045d43f'
- '92fdad3c8babc0473da5f03e41fb1151417ab386')
+b2sums=('9c20019db3f39ebf0923458a2ab07f4febb1c87fd3efee336cf2c989f65e3b84497da2eb0e8575c47aa3cea8572fe6d601309ea7908fbb4f6f8e4ce447701b81'
+ '386dfcb5ead367bfc44fc55f7e94548c03bdb24ca088ab56f9609e7cdaa3eab9c56b548966feaf7312da606b645e9af35556fc212132733efcdbcc17397c808a')
package() {
find . -iname "*.otf" -not -iname "*Windows Compatible.otf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/OTF/{}" \;