From 1f83e5737b38c634ee860f794e9e3a61774563cd Mon Sep 17 00:00:00 2001 From: Plague Doctor Date: Tue, 9 Nov 2021 07:53:17 +1100 Subject: [PATCH] A fix to the build --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3c66575..24e9010 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nerd-fonts-fantasque-sans-mono pkgdesc = Patched font FantasqueSansMono from the nerd-fonts library pkgver = 2.1.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/ryanoasis/nerd-fonts arch = any groups = nerd-fonts diff --git a/PKGBUILD b/PKGBUILD index 72a4a9c..25818ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=nerd-fonts-fantasque-sans-mono pkgver=2.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Patched font FantasqueSansMono from the nerd-fonts library" arch=("any") url="https://github.com/ryanoasis/nerd-fonts"