summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlague Doctor2022-08-28 09:01:33 +1000
committerPlague Doctor2022-08-28 09:01:33 +1000
commit060e4bf1240475f7162dbb52b273837b26f5a099 (patch)
tree5558b75f9a9d4ae062772d14c981c1467b2b1e91
parentee0cffda243cf7444f14ce105ecec1ca58548782 (diff)
downloadaur-060e4bf1240475f7162dbb52b273837b26f5a099.tar.gz
Upgrade to version 2.2.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f85842569cb1..9c6d266c7927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,6 @@ pkgbase = nerd-fonts-fantasque-sans-mono
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.1/FantasqueSansMono.zip
- source = https://github.com/ryanoasis/nerd-fonts/raw/v2.2.1/LICENSE
sha1sums = f8caba82fcd35d872a257d6877c06d2247d83b60
- sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386
pkgname = nerd-fonts-fantasque-sans-mono
diff --git a/PKGBUILD b/PKGBUILD
index e0dee4ae3129..e2a4c89a4a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,9 @@ depends=('fontconfig')
provides=('nerd-fonts-fantasque-sans-mono' 'ttf-font-nerd')
conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
groups=("nerd-fonts")
-source=("${url}/releases/download/v$pkgver/FantasqueSansMono.zip"
- "${url}/raw/v$pkgver/LICENSE")
-sha1sums=('f8caba82fcd35d872a257d6877c06d2247d83b60'
- '92fdad3c8babc0473da5f03e41fb1151417ab386')
+source=("${url}/releases/download/v$pkgver/FantasqueSansMono.zip")
+
+sha1sums=('f8caba82fcd35d872a257d6877c06d2247d83b60')
package() {
find . -iname "*.ttf" -not -iname "*Windows Compatible.ttf" \