summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThammachart2023-01-19 01:14:24 +0700
committerThammachart2023-01-19 01:14:24 +0700
commitd24485a7770e49050e346d6641fe13d903054c5d (patch)
tree991835f54fbd7b5871e20b079a6648015840d042
parentb9d62f04dcd580eadcb82be9c50775b6c68d2383 (diff)
downloadaur-d24485a7770e49050e346d6641fe13d903054c5d.tar.gz
upgraded to 2.3.0 with alias
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c2dc74f87d3..e463fd68ffba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-cascadia-code
- pkgdesc = Patched Cascadia Code font with extra glyphs
- pkgver = 2.2.2
- pkgrel = 2
+ pkgdesc = Patched Cascadia Code (Caskaydia Cove) font with extra glyphs
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts
@@ -9,9 +9,9 @@ pkgbase = nerd-fonts-cascadia-code
depends = fontconfig
conflicts = nerd-fonts-complete
conflicts = nerd-fonts-git
- source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/CascadiaCode.zip
- source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.2.2/LICENSE
- sha256sums = b4f4f20ab6bbf55dd9ae7dd1fadd4ef2c608f38922c401afcce373b36a9b0407
- sha256sums = 245b522abb5aba0d8e84898bf6d5e95102620637626106bfd0061189a2370360
+ source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.0/CascadiaCode.zip
+ source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.3.0/LICENSE
+ sha256sums = 417c3e57a1185bcd432592fa7e1c182ac2ccd559e79ba25a5f7778ee346206f8
+ sha256sums = 1f6ad4edae6479aaace3112ede5279a23284ae54b2a34db66357aef5f64df160
pkgname = nerd-fonts-cascadia-code
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/{}" \;