summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-02 18:45:59 +0800
committerzxp198210052024-02-02 18:45:59 +0800
commit9b4f39b2f5557826f57a1bc4e030a056ce8dc638 (patch)
tree61cfec621d3fac5110054f50db7b02fa67c514ab
parent59a2a14b977dcfdc279d4842fcb328f82700908d (diff)
downloadaur-9b4f39b2f5557826f57a1bc4e030a056ce8dc638.tar.gz
fix errors
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d8e7d3f5bc5..a5e25798828a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,13 @@
pkgbase = syng-bin
pkgdesc = A free, open source, cross-platform, Chinese-To-English dictionary for desktops.
pkgver = 2.0.0_beta_5
- pkgrel = 3
+ pkgrel = 4
url = https://getsyng.com/
arch = x86_64
- license = GPL3
- license = custom:CC-CEDICT
+ license = GPL-3.0-only
+ license = LicenseRef-CC-CEDICT
depends = hicolor-icon-theme
depends = gtk3
- depends = openssl
- depends = cairo
- depends = gdk-pixbuf2
- depends = pango
depends = webkit2gtk
provides = syng=2.0.0_beta_5
conflicts = syng
diff --git a/PKGBUILD b/PKGBUILD
index 5b6f5f12a71e..700348445a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,24 +2,20 @@
pkgname=syng-bin
_appname=syng
pkgver=2.0.0_beta_5
-pkgrel=3
+pkgrel=4
pkgdesc="A free, open source, cross-platform, Chinese-To-English dictionary for desktops."
arch=("x86_64")
url="https://getsyng.com/"
_ghurl="https://github.com/sotch-pr35mac/syng"
license=(
- 'GPL3'
- 'custom:CC-CEDICT'
+ 'GPL-3.0-only'
+ 'LicenseRef-CC-CEDICT'
)
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
'hicolor-icon-theme'
'gtk3'
- 'openssl'
- 'cairo'
- 'gdk-pixbuf2'
- 'pango'
'webkit2gtk'
)
source=(