summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f16ff779920d..127a4f1402d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=nerd-fonts-cascadia-code
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="Patched Cascadia Code font with extra glyphs"
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Patched Cascadia Code (Caskaydia Cove) font with extra glyphs"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
license=("MIT")
@@ -10,8 +10,8 @@ conflicts=("nerd-fonts-complete" "nerd-fonts-git")
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/CascadiaCode.zip"
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v${pkgver}/LICENSE")
-sha256sums=("b4f4f20ab6bbf55dd9ae7dd1fadd4ef2c608f38922c401afcce373b36a9b0407"
- "245b522abb5aba0d8e84898bf6d5e95102620637626106bfd0061189a2370360")
+sha256sums=("417c3e57a1185bcd432592fa7e1c182ac2ccd559e79ba25a5f7778ee346206f8"
+ "1f6ad4edae6479aaace3112ede5279a23284ae54b2a34db66357aef5f64df160")
package() {
find . -iname "*.otf" -not -iname "*Windows Compatible*" -execdir install -Dm644 {} "${pkgdir}/usr/share/fonts/OTF/{}" \;