summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2022-08-31 13:05:16 +0200
committerAlexander Fasching2022-08-31 13:05:16 +0200
commite15384bb4223bf747500f4aec0333b1e3bca40ce (patch)
tree9048e7b1f9c09cef6833871679459a7dfa11fe82
parentd48ea33b1a79f54d92e38961c87602d1d71ba63b (diff)
downloadaur-e15384bb4223bf747500f4aec0333b1e3bca40ce.tar.gz
upgpkg: nerd-fonts-droid-sans-mono 2.2.1-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41cf29180698..adee8bce21ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-droid-sans-mono
pkgdesc = Patched font Droid Sans Mono from the nerd-fonts library
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts
@@ -9,9 +9,9 @@ pkgbase = nerd-fonts-droid-sans-mono
provides = nerd-fonts-droid-sans-mono
conflicts = nerd-fonts-git
conflicts = nerd-fonts-complete
- source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/DroidSansMono.zip
- source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
- sha1sums = 22534e0d28f1ac98141c4021c0cc8afee9f1cc8a
- sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386
+ source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.1/DroidSansMono.zip
+ source = https://github.com/ryanoasis/nerd-fonts/raw/v2.2.1/LICENSE
+ sha1sums = ee5706e842250042cc1c60d3c72c2dd26fcf8346
+ sha1sums = 3175046f10fc45ffaaf96f5e4023d12316db0688
pkgname = nerd-fonts-droid-sans-mono
diff --git a/PKGBUILD b/PKGBUILD
index dfd58eb1b119..829e7349bbe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Fasching <fasching.a91@gmail.com>
pkgname=nerd-fonts-droid-sans-mono
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Patched font Droid Sans Mono from the nerd-fonts library"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
@@ -11,8 +11,8 @@ conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/DroidSansMono.zip"
"https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")
-sha1sums=('22534e0d28f1ac98141c4021c0cc8afee9f1cc8a'
- '92fdad3c8babc0473da5f03e41fb1151417ab386')
+sha1sums=('ee5706e842250042cc1c60d3c72c2dd26fcf8346'
+ '3175046f10fc45ffaaf96f5e4023d12316db0688')
package() {
find . -iname "*.otf" -not -iname "*Windows Compatible.otf" -execdir install -Dm644 {} "$pkgdir/usr/share/fonts/OTF/{}" \;