summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2022-08-31 13:05:16 +0200
committerAlexander Fasching2022-08-31 13:05:16 +0200
commite15384bb4223bf747500f4aec0333b1e3bca40ce (patch)
tree9048e7b1f9c09cef6833871679459a7dfa11fe82 /PKGBUILD
parentd48ea33b1a79f54d92e38961c87602d1d71ba63b (diff)
downloadaur-e15384bb4223bf747500f4aec0333b1e3bca40ce.tar.gz
upgpkg: nerd-fonts-droid-sans-mono 2.2.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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/{}" \;