summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-09-18 15:29:33 +0200
committerkleintux2022-09-18 15:29:33 +0200
commit6eae1588f4e99b395131438954ea1423b586235e (patch)
treeda38c28576eb7da6ac131078d2da0dd8d0916dd8
parenta5a10959f037a796a499a4b370b69c7dca24bc19 (diff)
downloadaur-6eae1588f4e99b395131438954ea1423b586235e.tar.gz
update to 2.2.2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 187cee8a661d..ba3c6cc2b5ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nerd-fonts-meslo
pkgdesc = Standalone Meslo (ttf-meslo) patched font from the nerd-fonts library
- pkgver = 2.1.0
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/ryanoasis/nerd-fonts
arch = any
@@ -10,10 +10,9 @@ pkgbase = nerd-fonts-meslo
provides = nerd-fonts-meslo
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
- source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
- source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
- sha1sums = 6f1a11b0b8a2560ed35fec89dac5958d100919ec
- sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386
+ source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/Meslo.zip
+ source = https://github.com/ryanoasis/nerd-fonts/raw/v2.2.2/LICENSE
+ sha1sums = d57d073835504b217c4a2c13042ad637eed947e0
+ sha1sums = 3175046f10fc45ffaaf96f5e4023d12316db0688
pkgname = nerd-fonts-meslo
-
diff --git a/PKGBUILD b/PKGBUILD
index 5ee7e31529e4..dc9df2d7f3bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# Packager: Rocky Prabowo <rocky at lazycats dot id>
-# Maintainer: Rocky Prabowo <rocky at lazycats dot id>
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor : Rocky Prabowo <rocky at lazycats dot id>
_pkgbase='nerd-fonts'
_font_name='Meslo'
@@ -8,7 +8,7 @@ _font_pkgname='meslo'
_nerdfonts_source='Meslo.zip'
pkgname=${_pkgbase}-${_font_pkgname}
-pkgver=2.1.0
+pkgver=2.2.2
pkgrel=1
pkgdesc="Standalone ${_font_name} (${_font_pkgbase}) patched font from the ${_pkgbase} library"
arch=("any")
@@ -20,8 +20,8 @@ conflicts=( ${_pkgbase}-git ${_pkgbase}-complete )
groups=( ${_pkgbase} )
source=("https://github.com/ryanoasis/${_pkgbase}/releases/download/v${pkgver}/${_nerdfonts_source}"
"https://github.com/ryanoasis/${_pkgbase}/raw/v${pkgver}/LICENSE")
-sha1sums=('6f1a11b0b8a2560ed35fec89dac5958d100919ec'
- '92fdad3c8babc0473da5f03e41fb1151417ab386')
+sha1sums=('d57d073835504b217c4a2c13042ad637eed947e0'
+ '3175046f10fc45ffaaf96f5e4023d12316db0688')
package() {
find . -iname "*.otf" -not -iname "*Windows Compatible.otf" -execdir install -Dm644 {} "${pkgdir}/usr/share/fonts/OTF/{}" \;