summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Price2020-02-24 13:38:54 +0000
committerWill Price2020-02-24 13:38:54 +0000
commit0f08ac7de1e6c0108bdbf340e23eb6ebda924fda (patch)
tree2e0dd6f5e3af647c1cfdcdc6676b5a667019ec8e
parentf3af2f64f913ca490f2ff42c811f7c7a456289f9 (diff)
downloadaur-0f08ac7de1e6c0108bdbf340e23eb6ebda924fda.tar.gz
Update to v0.42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 156d8936c101..03c983775490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-sudo
pkgdesc = A font for programmers and command line users
- pkgver = 0.40
+ pkgver = 0.42
pkgrel = 1
url = https://www.kutilek.de/sudo-font/
install = ttf-sudo.install
@@ -8,8 +8,8 @@ pkgbase = ttf-sudo
license = SIL
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/jenskutilek/sudo-font/archive/v0.40.tar.gz
- md5sums = fb13ae5477150ee8e25476b10a2a038e
+ source = https://github.com/jenskutilek/sudo-font/archive/v0.42.tar.gz
+ md5sums = fc0ff0f0133c6e5a3d61fadb2914ac2e
pkgname = ttf-sudo
diff --git a/PKGBUILD b/PKGBUILD
index f925a3a7bf78..0e4c1fd5d76d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Price <will.price94@gmail.com>
pkgname=ttf-sudo
-pkgver=0.40
+pkgver=0.42
pkgrel=1
pkgdesc="A font for programmers and command line users"
arch=(any)
@@ -10,7 +10,6 @@ license=(SIL)
install=ttf-sudo.install
depends=(fontconfig xorg-font-utils)
source=("https://github.com/jenskutilek/sudo-font/archive/v${pkgver}.tar.gz")
-md5sums=('b4428fc26e85066152961719d75ae323')
package() {
for font in "$srcdir/sudo-font-$pkgver/sudo/"Sudo*.ttf; do
@@ -21,3 +20,4 @@ package() {
# vim:set ts=2 sw=2 et:
md5sums=('fb13ae5477150ee8e25476b10a2a038e')
+md5sums=('fc0ff0f0133c6e5a3d61fadb2914ac2e')