summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThammachart2022-09-18 05:06:19 +0700
committerThammachart2022-09-18 05:06:19 +0700
commitb9d62f04dcd580eadcb82be9c50775b6c68d2383 (patch)
treea8ab623cca73f3832f90d2a6fb209d6b7fd78462
parent1f96ab7505b072985517ee6612d93e108606c177 (diff)
downloadaur-b9d62f04dcd580eadcb82be9c50775b6c68d2383.tar.gz
provides section removed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daf4f490f592..5c2dc74f87d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nerd-fonts-cascadia-code
pkgdesc = Patched Cascadia Code font with extra glyphs
pkgver = 2.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts
license = MIT
depends = fontconfig
- provides = nerd-fonts-cascadia-code
conflicts = nerd-fonts-complete
conflicts = nerd-fonts-git
source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/CascadiaCode.zip
diff --git a/PKGBUILD b/PKGBUILD
index aaa798ca435c..f16ff779920d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
pkgname=nerd-fonts-cascadia-code
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Patched Cascadia Code font with extra glyphs"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
license=("MIT")
depends=("fontconfig")
-provides=("nerd-fonts-cascadia-code")
conflicts=("nerd-fonts-complete" "nerd-fonts-git")
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v${pkgver}/CascadiaCode.zip"