summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-02-21 18:13:45 +0800
committerzxp198210052023-02-21 18:13:45 +0800
commitd1dd0402806d5b4b25983a310109d7c35eb7fc47 (patch)
tree73612d5e35b5885d6989544b70021790fd4c8b59
parent4df3058ce8af26e0084cef625614b0044d54422c (diff)
downloadaur-d1dd0402806d5b4b25983a310109d7c35eb7fc47.tar.gz
fix errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2bb84c0e2c0..25ee527e697a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = eudic-appimage
pkgrel = 1
url = https://www.eudic.net/v4/en/app/eudic
arch = x86_64
- license = unknow
+ license = unknown
depends = hicolor-icon-theme
depends = zlib
conflicts = eudic
diff --git a/PKGBUILD b/PKGBUILD
index ec6b251a1483..337365b8d6f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="权威的英语词典软件,英语学习者必备的工具,支持学习笔记、生词本多平台同步,让你随时随地学英语."
arch=('x86_64')
url="https://www.eudic.net/v4/en/app/eudic"
-license=('unknow')
+license=('unknown')
options=(!strip)
conflicts=('eudic')
depends=('hicolor-icon-theme' 'zlib')