summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2024-02-18 18:41:36 -0500
committerneeshy2024-02-18 18:41:36 -0500
commit2110badcfdec21c061d5187a87c48be6e51d4ec6 (patch)
tree66cb3ea5136c99bdaeaa75224f7d59186a2c1a69
parentd5f5800a80f7c4dd6b3e6a4af88d27d89af0b029 (diff)
downloadaur-2110badcfdec21c061d5187a87c48be6e51d4ec6.tar.gz
use spdx identifiers
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6212fdebf1ff..a2cee8adfd38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = pcf-unifont-extra
pkgdesc = GNU Unifont Glyphs (PCF version, bold and italic)
pkgver = 15.1.04
- pkgrel = 1
+ pkgrel = 2
url = https://unifoundry.com/unifont/index.html
arch = any
- license = GPL2
- license = custom:OFL
+ license = OFL-1.1 OR GPL-2.0-or-later WITH Font-exception-2.0
makedepends = mkbold-mkitalic
makedepends = xorg-bdftopcf
source = https://ftp.gnu.org/gnu/unifont/unifont-15.1.04/unifont-15.1.04.bdf.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4790ea77b365..0830b641d4bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: neeshy <neeshy@tfwno.gf>
pkgname=pcf-unifont-extra
pkgver=15.1.04
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Unifont Glyphs (PCF version, bold and italic)"
arch=('any')
url="https://unifoundry.com/unifont/index.html"
-license=('GPL2' 'custom:OFL')
+license=('OFL-1.1 OR GPL-2.0-or-later WITH Font-exception-2.0')
makedepends=('mkbold-mkitalic' 'xorg-bdftopcf')
source=("https://ftp.gnu.org/gnu/unifont/unifont-$pkgver/unifont-$pkgver.bdf.gz"{,.sig}
"https://unifoundry.com/LICENSE.txt")