summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49abea87ef24..c7c2c8edb020 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = otf-cjk-standards-logo-font
pkgdesc = Logos for standards used in Unicode CJK
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/NightFurySL2001/cjk-standards-logo
arch = any
license = custom:CC0-1.0
source = CJKStandardLogos.otf::https://github.com/NightFurySL2001/cjk-standards-logo/raw/main/CJKStandardLogos.otf
- source = LICENSE::https://github.com/NightFurySL2001/cjk-standards-logo/raw/main/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/NightFurySL2001/cjk-standards-logo/main/LICENSE
sha256sums = 34a561fd82940782d509f51226e72935f2b6be890ec16ad7ad2832036d8e28c0
sha256sums = 36ffd9dc085d529a7e60e1276d73ae5a030b020313e6c5408593a6ae2af39673
diff --git a/PKGBUILD b/PKGBUILD
index c96fa9003a8d..3148fd89434e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=otf-cjk-standards-logo-font
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Logos for standards used in Unicode CJK"
-arch=(any)
+arch=("any")
url='https://github.com/NightFurySL2001/cjk-standards-logo'
-license=(custom:CC0-1.0)
-depends=()
-makedepends=()
+license=("custom:CC0-1.0")
source=("CJKStandardLogos.otf::${url}/raw/main/CJKStandardLogos.otf"
- "LICENSE::${url}/raw/main/LICENSE")
+ "LICENSE::https://raw.githubusercontent.com/NightFurySL2001/cjk-standards-logo/main/LICENSE")
sha256sums=('34a561fd82940782d509f51226e72935f2b6be890ec16ad7ad2832036d8e28c0'
'36ffd9dc085d529a7e60e1276d73ae5a030b020313e6c5408593a6ae2af39673')
package() {