summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-26 22:04:44 +0200
committerGoliathLabs2020-07-26 22:04:44 +0200
commitd8686644a1b5018b5964fe0af2503b8ed75471ca (patch)
tree89602afe0f609e03429e3a681369ca9dd01c5aae
parentc07972dab7f7f7948db4af0f222dd1a5bde91ea7 (diff)
downloadaur-d8686644a1b5018b5964fe0af2503b8ed75471ca.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd2388d06f3..676ef540313d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-humor-sans
pkgdesc = A sanserif typeface in the style of xkcd.
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = http://xkcdsucks.blogspot.com.au/2009/03/xkcdsucks-is-proud-to-present-humor.html
install = ttf.install
arch = any
license = custom
depends = fontconfig
- depends = xorg-font-utils
- source = http://antiyawn.com/uploads/Humor-Sans-1.0.ttf
- source = http://antiyawn.com/uploads/Humor-SansOFL-1.0.txt
+ depends = xorg-mkfontscale
+ source = https://antiyawn.com/uploads/Humor-Sans-1.0.ttf
+ source = https://antiyawn.com/uploads/Humor-SansOFL-1.0.txt
source = ttf.install
sha512sums = f0ed2f61f5cedb93ff955d9d5562fd110db750b6d4d91a74346ff94c16c87cac294c061e6ded97ffea372970912f51ee0792a611a6224cd3a38585812971b3dd
sha512sums = e0e4cd5ba46e59dfac962a3943ccc8b694b8226e43aca8f0140d6c5bd5ddf92f51f89b4876b8d7cc25b1c71d8476c23ade3c6f711d1b676fb1623d73223d5f8e
diff --git a/PKGBUILD b/PKGBUILD
index f1cf1b54a8c8..6917e549b6ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
-# Maintainer: "devzero" (Tim Rice) <t dot rice at ms dot unimelb dot edu dot au>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: "devzero" (Tim Rice) <t dot rice at ms dot unimelb dot edu dot au>
+
pkgname=ttf-humor-sans
_realname=Humor-Sans
pkgver=1.0
_licence_name=${_realname}OFL-$pkgver.txt
-pkgrel=3
+pkgrel=4
pkgdesc="A sanserif typeface in the style of xkcd."
arch=(any)
url="http://xkcdsucks.blogspot.com.au/2009/03/xkcdsucks-is-proud-to-present-humor.html"
license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-mkfontscale')
install=ttf.install
-source=("http://antiyawn.com/uploads/$_realname-$pkgver.ttf"
- "http://antiyawn.com/uploads/$_licence_name"
+source=("https://antiyawn.com/uploads/$_realname-$pkgver.ttf"
+ "https://antiyawn.com/uploads/$_licence_name"
"ttf.install")
sha512sums=('f0ed2f61f5cedb93ff955d9d5562fd110db750b6d4d91a74346ff94c16c87cac294c061e6ded97ffea372970912f51ee0792a611a6224cd3a38585812971b3dd'
'e0e4cd5ba46e59dfac962a3943ccc8b694b8226e43aca8f0140d6c5bd5ddf92f51f89b4876b8d7cc25b1c71d8476c23ade3c6f711d1b676fb1623d73223d5f8e'