summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Carrasco2020-04-22 12:48:49 -0300
committerAgustin Carrasco2020-04-22 12:48:49 -0300
commit531e4e75cb65eb4291060086ea1ff6edaee67942 (patch)
tree846607876112735f7ca1227b373cf43e3aa35aee
parent25b83fab10bb778426e5981a59fe515cd73fcab7 (diff)
downloadaur-531e4e75cb65eb4291060086ea1ff6edaee67942.tar.gz
fix SHAs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f55aa53be3..19586386da53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nerd-fonts-ubuntu-mono
pkgdesc = Patched font UbuntuMono from the nerd-fonts library
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ryanoasis/nerd-fonts
arch = any
groups = nerd-fonts
@@ -12,7 +12,7 @@ pkgbase = nerd-fonts-ubuntu-mono
conflicts = nerd-fonts-complete
source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/UbuntuMono.zip
source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE
- sha1sums = 577219591b69ef05e539e19e716a01412a560633
+ sha1sums = 9b1261cba876307375232b90739a39b0ed639775
sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386
pkgname = nerd-fonts-ubuntu-mono
diff --git a/PKGBUILD b/PKGBUILD
index ab5dec125f2f..d39da735fe0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Agustin Carrasco <asermax at gmail dot com>
pkgname=nerd-fonts-ubuntu-mono
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Patched font UbuntuMono from the nerd-fonts library"
arch=("any")
url="https://github.com/ryanoasis/nerd-fonts"
@@ -12,7 +12,7 @@ conflicts=('nerd-fonts-git' 'nerd-fonts-complete')
groups=("nerd-fonts")
source=("https://github.com/ryanoasis/nerd-fonts/releases/download/v$pkgver/UbuntuMono.zip"
"https://github.com/ryanoasis/nerd-fonts/raw/v$pkgver/LICENSE")
-sha1sums=('577219591b69ef05e539e19e716a01412a560633'
+sha1sums=('9b1261cba876307375232b90739a39b0ed639775'
'92fdad3c8babc0473da5f03e41fb1151417ab386')
package() {