summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-06-03 17:43:29 -0500
committerDan Beste2018-06-03 17:45:01 -0500
commitb30e0332a034823e4142fa0a7c893c873acf044b (patch)
tree5393019b6ddf56098b5a417f23aba94bcbed49dc
parentc08b408c49ad92a3fbc8d649dbedb622a98005d2 (diff)
downloadaur-b30e0332a034823e4142fa0a7c893c873acf044b.tar.gz
upgpkg: nerd-fonts-complete 2.0.0-3
v2.0.0 rev. 3
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD9
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2676366ccaf..dcaf010e39ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-complete
pkgdesc = Iconic font aggregator, collection, and patcher. 40+ patched fonts, over 3,600 glyph/icons, includes popular collections such as Font Awesome & fonts such as Hack
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ryanoasis/nerd-fonts
install = nerd-fonts-complete.install
arch = any
@@ -11,6 +11,7 @@ pkgbase = nerd-fonts-complete
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete-mono-glyphs
source = https://gitlab.com/devopsdeluxe/nerd-fonts-aur/raw/v2.0.0/release/NerdFonts.tar.xz
+ source = https://gitlab.com/devopsdeluxe/nerd-fonts-aur/raw/v2.0.0/release/NerdFonts.tar.xz.asc
source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.0.0/LICENSE
source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.0.0/bin/scripts/lib/i_all.sh
source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.0.0/bin/scripts/lib/i_dev.sh
@@ -24,7 +25,8 @@ pkgbase = nerd-fonts-complete
source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.0.0/bin/scripts/lib/i_pom.sh
source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.0.0/bin/scripts/lib/i_seti.sh
source = https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.0.0/bin/scripts/lib/i_weather.sh
- sha256sums = ef42a129f63f0166749e4bb1aaa878e31d18381be34a4404a32641e9551b53b1
+ sha256sums = 6e203ec84af9f55959141025a96ad3788c8edc7777b7dbcc1fafa600214c1213
+ sha256sums = a07514cc2ca2b6eaff29265e19a8981eafe0e0ab89578ae729b279164b2484a9
sha256sums = d2a29823384e9194a87936ccad495c764c2ef733b29bfa6f72a1d65803ce02e5
sha256sums = 036361c808c84242b819ba24246f205b283ae51ba5d5d3304848f999a3ff0622
sha256sums = 254f32ceca71d36afee8ddbcd2c98a5de06ab7d7579f03e693987501bef6476b
diff --git a/.gitignore b/.gitignore
index 9200a59325e1..04b7ffdd6680 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,4 @@
!.gitignore
!PKGBUILD
!.SRCINFO
-!arch-friendly-installer.patch
!nerd-fonts-complete.install
diff --git a/PKGBUILD b/PKGBUILD
index 52a1f2c3d8f2..46f8a5185ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Super Bo <supernbo at gmail dot com>
-# Maintainer: glider <samtron1412 {at} gmail {dot} com>
+# Contributor: glider <samtron1412 {at} gmail {dot} com>
+# Contributor: devopsdeluxe <dan.ray.beste@gmail.com>
pkgname='nerd-fonts-complete'
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='
Iconic font aggregator, collection, and patcher. 40+ patched fonts, over 3,600
glyph/icons, includes popular collections such as Font Awesome & fonts such as
@@ -16,6 +17,7 @@ conflicts=('nerd-fonts-git' 'nerd-fonts-complete-mono-glyphs')
install="${pkgname}.install"
source=(
"https://gitlab.com/devopsdeluxe/nerd-fonts-aur/raw/v${pkgver}/release/NerdFonts.tar.xz"
+ "https://gitlab.com/devopsdeluxe/nerd-fonts-aur/raw/v${pkgver}/release/NerdFonts.tar.xz.asc"
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v${pkgver}/LICENSE"
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v${pkgver}/bin/scripts/lib/i_all.sh"
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v${pkgver}/bin/scripts/lib/i_dev.sh"
@@ -31,7 +33,8 @@ source=(
"https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v${pkgver}/bin/scripts/lib/i_weather.sh"
)
sha256sums=(
- 'ef42a129f63f0166749e4bb1aaa878e31d18381be34a4404a32641e9551b53b1'
+ '6e203ec84af9f55959141025a96ad3788c8edc7777b7dbcc1fafa600214c1213'
+ 'a07514cc2ca2b6eaff29265e19a8981eafe0e0ab89578ae729b279164b2484a9'
'd2a29823384e9194a87936ccad495c764c2ef733b29bfa6f72a1d65803ce02e5'
'036361c808c84242b819ba24246f205b283ae51ba5d5d3304848f999a3ff0622'
'254f32ceca71d36afee8ddbcd2c98a5de06ab7d7579f03e693987501bef6476b'