summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Carrasco2022-08-28 19:58:13 -0300
committerAgustin Carrasco2022-08-28 19:58:13 -0300
commit07d3b49219c000735d93c9ea5ff0196cc48e088b (patch)
treeef7ec2f75b8edf6722b42d51869e2ddb5550d79e
parent9291a59164bef66936342736b0b74d57cc55f639 (diff)
downloadaur-07d3b49219c000735d93c9ea5ff0196cc48e088b.tar.gz
Fix shas
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 645512fcfc19..4bd5cb9a40bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Agustin Carrasco <asermax at gmail dot com>
pkgname=nerd-fonts-ubuntu-mono
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Patched font UbuntuMono from the nerd-fonts library"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
@@ -12,8 +12,8 @@ conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/UbuntuMono.zip"
"https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")
-sha1sums=('9b1261cba876307375232b90739a39b0ed639775'
- '92fdad3c8babc0473da5f03e41fb1151417ab386')
+sha1sums=('0445d2adb9189f7450248fd869ade347c7843a33'
+ '3175046f10fc45ffaaf96f5e4023d12316db0688')
package() {
find . -iname "*.ttf" -not -iname "*Windows Compatible.ttf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/TTF/{}" \;