diff options
author | Matthew Wilding | 2024-07-06 02:44:09 +0800 |
---|---|---|
committer | Matthew Wilding | 2024-07-06 02:44:09 +0800 |
commit | d5b8e752de73f8fe7d2bbb70e21652575c166016 (patch) | |
tree | dd356ab69c3e2db935f5dba256098a95fdc98300 /PKGBUILD | |
parent | 336c27084aba1c330a0b32c46435bafb8d21ff8a (diff) | |
download | aur-ttf-neospleen-nerd-font.tar.gz |
Fix b2sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,8 +8,7 @@ url="https://github.com/mbwilding/NeoSpleen" license=("BSD-2-Clause") arch=("any") source=("https://github.com/mbwilding/NeoSpleen/releases/download/$pkgver/NeoSpleen-NerdFont.ttf") -b2sums=('4d33bc7b27e1d87632c6d151677ae030fb3c6f5007692556f043f888505fa391' - 'SKIP') +b2sums=('6ce76cde67128662bf26c7a2c1dd6954236f8f87ca3dcacdbcc2bf61673d9cd80b193038b206df5848ab21ac64a3aba82ca084ea657c796d049e7efb1e8a40b0') package() { install -D -m 644 "NeoSpleen-NerdFont.ttf" -t "$pkgdir/usr/share/fonts/TTF" |