summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-09-28 16:23:45 +0800
committerzxp198210052023-09-28 16:23:45 +0800
commit021c71f03eabd10c139450acc65754a357817ba1 (patch)
tree6093ae390a345f348f4dac19d77249cf2cbd45bf /PKGBUILD
parent8d3447236d417893848f01a1f7021de872d37121 (diff)
downloadaur-021c71f03eabd10c139450acc65754a357817ba1.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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() {