summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2023-01-23 17:16:19 +0100
committerD3SOX2023-01-23 17:16:19 +0100
commit8cd6750cbf15373e0c834268e10c8e3df0247a65 (patch)
tree03a0b819eb109f30ee2896a9449924e50ca31a43
parent8a54f7706cb9f1beae468f68e3f78845d4696b72 (diff)
downloadaur-8cd6750cbf15373e0c834268e10c8e3df0247a65.tar.gz
update to nerd-fonts 2.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e29febe58cc..11c81c37d69b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nerd-fonts-inter
pkgdesc = Inter Font, patched with the Nerd Fonts Patcher
- pkgver = 3.19_2.3.1
+ pkgver = 3.19_2.3.2
pkgrel = 2
url = https://github.com/rsms/inter/
arch = any
@@ -12,10 +12,10 @@ pkgbase = nerd-fonts-inter
makedepends = subversion
makedepends = parallel
source = https://github.com/rsms/inter/releases/download/v3.19/Inter-3.19.zip
- source = font-patcher-2.3.1::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.3.1/font-patcher
- source = svn+https://github.com/ryanoasis/nerd-fonts/tags/v2.3.1/src/glyphs
+ source = font-patcher-2.3.2::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v2.3.2/font-patcher
+ source = svn+https://github.com/ryanoasis/nerd-fonts/tags/v2.3.2/src/glyphs
sha256sums = 150ab6230d1762a57bebf35dfc04d606ff91598a31d785f7f100356ecdcc0032
- sha256sums = a6f2c45d84b29fcb13575d9fe778545ba3b0200efc0e5fb66ce679108f43f397
+ sha256sums = 3b733a8030c9c85fa369714eaeaddef766ed788717eb38334903c30f1523bd27
sha256sums = SKIP
pkgname = nerd-fonts-inter
diff --git a/PKGBUILD b/PKGBUILD
index 8040d8412bed..3b1e66e2ddff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=nerd-fonts-inter
_interver=3.19
-_nfver=2.3.1
+_nfver=2.3.2
pkgver="${_interver}_${_nfver}"
pkgrel=2
pkgdesc="Inter Font, patched with the Nerd Fonts Patcher"
@@ -11,7 +11,7 @@ license=('custom:OFL')
makedepends=('git' 'p7zip' 'python' 'fontforge' 'subversion' 'parallel')
source=("https://github.com/rsms/inter/releases/download/v$_interver/Inter-$_interver.zip" "font-patcher-$_nfver::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$_nfver/font-patcher" "svn+https://github.com/ryanoasis/nerd-fonts/tags/v$_nfver/src/glyphs")
sha256sums=('150ab6230d1762a57bebf35dfc04d606ff91598a31d785f7f100356ecdcc0032'
- 'a6f2c45d84b29fcb13575d9fe778545ba3b0200efc0e5fb66ce679108f43f397'
+ '3b733a8030c9c85fa369714eaeaddef766ed788717eb38334903c30f1523bd27'
'SKIP')
build() {