summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 123c737025a5..9c491b88849a 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-anonymous-pro
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
pkgdesc="Patched font Anonymous Pro (Anonymice) Code from the nerd-fonts library"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
@@ -12,7 +12,7 @@ provides=("${pkgname}")
conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
groups=("nerd-fonts")
source=("$pkgver.zip::https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/AnonymousPro.zip")
-b2sums=('421c43b026599b17d9b095d3cced49521c924ce63a5178f31af270859a3779bd4052c834120791e5b91d378f6e49d9c9a563822b4613d5f412b5e0cd075d3a59')
+b2sums=('459490a85802b6fa111ce2c42876d720ac3f88fc64eee9a5581ce035607edcedb229140f3c169476a0e86a0d7697fe6aa2897a74b6822a3492a5356d1585d557')
package() {
find . -iname "*.otf" -not -iname "*Windows Compatible.otf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/OTF/{}" \;