summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-04 13:43:40 +0800
committerzxp198210052024-02-04 13:43:40 +0800
commitf8f9474dfcad7f79db21835460b94ac7a1260262 (patch)
treed7db2555bc63faecd76dd3f199120c0f2f7e06e3
parent6d97bfb5750e4805f1f2e362f4265e05b8e7d43c (diff)
downloadaur-f8f9474dfcad7f79db21835460b94ac7a1260262.tar.gz
fix errors
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD31
2 files changed, 22 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f789b3c9921b..cebf13292f9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,33 +1,25 @@
pkgbase = kangaroo-max-bin
pkgdesc = A SQL client and admin tool for popular databases(SQLite/MySQL/PostgreSQL/...),support table design,query,model,sync,export/import etc,focus on comfortable,fun and developer friendly.
pkgver = 4.0.0.240101
- pkgrel = 1
+ pkgrel = 2
url = https://www.datatable.online
arch = x86_64
- license = APACHE
- license = custom:LGPL2
- license = LGPL3
+ license = Apache-2.0
+ license = LGPL-2.0-only
+ license = LGPL-3.0-only
license = MIT
- depends = cairo
- depends = libadwaita
- depends = gtksourceview5
- depends = libgee
- depends = qrencode
- depends = libsoup
depends = gtk4
- depends = libxml2
- depends = uchardet
depends = json-glib
depends = hiredis
- depends = gdk-pixbuf2
depends = hicolor-icon-theme
- depends = openssl
- depends = libarchive
- depends = pango
- depends = libpanel
depends = mariadb-libs
depends = postgresql-libs
depends = unixodbc
+ depends = uchardet
+ depends = libarchive
+ depends = qrencode
+ depends = libadwaita
+ depends = libsoup
provides = kangaroo=4.0.0.240101
conflicts = kangaroo-max
conflicts = kangaroo
diff --git a/PKGBUILD b/PKGBUILD
index dc2a562c7959..d3be4a160d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,40 +2,35 @@
_pkgname=kangaroo
pkgname="${_pkgname}-max-bin"
pkgver=4.0.0.240101
-pkgrel=1
+pkgrel=2
pkgdesc="A SQL client and admin tool for popular databases(SQLite/MySQL/PostgreSQL/...),support table design,query,model,sync,export/import etc,focus on comfortable,fun and developer friendly."
arch=('x86_64')
url="https://www.datatable.online"
_ghurl="https://github.com/dbkangaroo/kangaroo"
license=(
- "APACHE"
- "custom:LGPL2"
- "LGPL3"
+ "Apache-2.0"
+ "LGPL-2.0-only"
+ "LGPL-3.0-only"
"MIT"
)
provides=("${pkgname%-max-bin}=${pkgver}")
-conflicts=("${pkgname%-bin}" "${pkgname%-max-bin}")
+conflicts=(
+ "${pkgname%-bin}"
+ "${pkgname%-max-bin}"
+)
depends=(
- 'cairo'
- 'libadwaita'
- 'gtksourceview5'
- 'libgee'
- 'qrencode'
- 'libsoup'
'gtk4'
- 'libxml2'
- 'uchardet'
'json-glib'
'hiredis'
- 'gdk-pixbuf2'
'hicolor-icon-theme'
- 'openssl'
- 'libarchive'
- 'pango'
- 'libpanel'
'mariadb-libs'
'postgresql-libs'
'unixodbc'
+ 'uchardet'
+ 'libarchive'
+ 'qrencode'
+ 'libadwaita'
+ 'libsoup'
)
source=(
"${pkgname%-bin}-${pkgver}.pkg.tar.zst::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-multiple-${pkgver}-1-${CARCH}.pkg.tar.zst"