summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2023-09-23 00:08:58 +0530
committertxtsd2023-09-23 00:08:58 +0530
commitdc0a207b52bd891a04659c34c32e9eea521fd890 (patch)
treeea670a51fa0336c52d7ae3feae1deedf3f937e66
parent699574fd80716109ce2dd334889a9d65b54aa57f (diff)
downloadaur-dc0a207b52bd891a04659c34c32e9eea521fd890.tar.gz
upgpkg: ttf-unifont 15.1.02-1
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e85914b93df9..12739180ff01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-unifont
pkgdesc = TrueType version of the GNU Unifont
- pkgver = 15.1.01
- pkgrel = 2
+ pkgver = 15.1.02
+ pkgrel = 1
url = https://unifoundry.com/unifont.html
arch = any
license = GPL
makedepends = fontforge
- source = https://ftpmirror.gnu.org/gnu/unifont/unifont-15.1.01/unifont-15.1.01.tar.gz
- source = https://ftpmirror.gnu.org/gnu/unifont/unifont-15.1.01/unifont-15.1.01.tar.gz.sig
+ source = https://unifoundry.com/pub/unifont/unifont-15.1.02/unifont-15.1.02.tar.gz
+ source = https://unifoundry.com/pub/unifont/unifont-15.1.02/unifont-15.1.02.tar.gz.sig
validpgpkeys = 95D2E9AB8740D8046387FD151A09227B1F435A33
- sha256sums = e15f4209a2f7937951681f4522b21a4deb9fb36220c82f8b8cb66e2b1466cdb7
+ sha256sums = 7631dbfb21614ca25a0f15ef74b60a50abda1798376bc36cbb7ea53c25ff123a
sha256sums = SKIP
pkgname = ttf-unifont
diff --git a/PKGBUILD b/PKGBUILD
index fac9f7c88f6e..baccffc9eada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,22 +5,22 @@
# Contributor: megadriver <megadriver at gmx dot com>
pkgname=ttf-unifont
-pkgver=15.1.01
-pkgrel=2
+pkgver=15.1.02
+pkgrel=1
pkgdesc="TrueType version of the GNU Unifont"
url="https://unifoundry.com/unifont.html"
arch=('any')
license=('GPL')
makedepends=('fontforge')
-source=("https://ftpmirror.gnu.org/gnu/unifont/unifont-${pkgver}/unifont-${pkgver}.tar.gz"{,.sig})
-sha256sums=('e15f4209a2f7937951681f4522b21a4deb9fb36220c82f8b8cb66e2b1466cdb7'
+source=("https://unifoundry.com/pub/unifont/unifont-${pkgver}/unifont-${pkgver}.tar.gz"{,.sig})
+sha256sums=('7631dbfb21614ca25a0f15ef74b60a50abda1798376bc36cbb7ea53c25ff123a'
'SKIP')
validpgpkeys=('95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy
build() {
cd "${srcdir}/unifont-${pkgver}/font"
- # This is required because the jobs look for a compiled file before it is compiled
- MAKEFLAGS="-j1"
+ # Instead of setting `MAKEFLAGS=-j1`, make the dependency first
+ make hex
make truetype
}