summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-21 20:53:36 +0800
committerzxp198210052024-02-21 20:53:36 +0800
commit7a4f032f380a1c8d0526ef34ae916481c40627b8 (patch)
treec7946a126805482954507b2b284b2ac87adac11c
parent8f0dfaac18caeb5f1e44b504ad280773b7084e76 (diff)
downloadaur-7a4f032f380a1c8d0526ef34ae916481c40627b8.tar.gz
update to 1.6.3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b61fc9ec09ad..87d081264312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
pkgbase = another-redis-desktop-manager-bin
pkgdesc = A faster, better and more stable Redis desktop manager [GUI client]
- pkgver = 1.6.2
+ pkgver = 1.6.3
pkgrel = 1
url = https://github.com/qishibo/AnotherRedisDesktopManager
arch = x86_64
license = MIT
depends = electron12
- depends = libdbusmenu-glib
- depends = gtk2
- depends = dbus-glib
depends = java-runtime
- provides = another-redis-desktop-manager=1.6.2
+ provides = another-redis-desktop-manager=1.6.3
conflicts = another-redis-desktop-manager
- source = another-redis-desktop-manager-1.6.2.AppImage::https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.6.2/Another-Redis-Desktop-Manager.1.6.2.AppImage
- source = LICENSE-1.6.2::https://raw.githubusercontent.com/qishibo/AnotherRedisDesktopManager/v1.6.2/LICENSE
+ source = another-redis-desktop-manager-1.6.3.AppImage::https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.6.3/Another-Redis-Desktop-Manager.1.6.3.AppImage
+ source = LICENSE-1.6.3::https://raw.githubusercontent.com/qishibo/AnotherRedisDesktopManager/v1.6.3/LICENSE
source = another-redis-desktop-manager.sh
- sha256sums = b2387ec727932c597d2748c3b2ab366c16c9651c2d6ff5810518c6f117109458
+ sha256sums = b06f971f5a15211448d3af7439df05dcc176e17a45f98a431c79179e8c2fb32f
sha256sums = 49e1afe88ff863df075233daa348d313c1f77110de7d89794a6a9ae45b38c1b3
sha256sums = 0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014
diff --git a/PKGBUILD b/PKGBUILD
index 6e87ad808e79..4a0b66e3eaff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=another-redis-desktop-manager-bin
_pkgname=Another-Redis-Desktop-Manager
-pkgver=1.6.2
+pkgver=1.6.3
_electronversion=12
pkgrel=1
pkgdesc="A faster, better and more stable Redis desktop manager [GUI client]"
@@ -12,9 +12,6 @@ conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}=${pkgver}")
depends=(
"electron${_electronversion}"
- 'libdbusmenu-glib'
- 'gtk2'
- 'dbus-glib'
'java-runtime'
)
source=(
@@ -22,7 +19,7 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/qishibo/AnotherRedisDesktopManager/v${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('b2387ec727932c597d2748c3b2ab366c16c9651c2d6ff5810518c6f117109458'
+sha256sums=('b06f971f5a15211448d3af7439df05dcc176e17a45f98a431c79179e8c2fb32f'
'49e1afe88ff863df075233daa348d313c1f77110de7d89794a6a9ae45b38c1b3'
'0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014')
build() {
@@ -39,8 +36,6 @@ package() {
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
install -Dm644 "${srcdir}/squashfs-root/resources/app.asar" -t "${pkgdir}/usr/lib/${pkgname%-bin}"
cp -r "${srcdir}/squashfs-root/resources/app.asar.unpacked" "${pkgdir}/usr/lib/${pkgname%-bin}"
- install -Dm644 "${srcdir}/squashfs-root/swiftshader/"* -t "${pkgdir}/usr/lib/${pkgname%-bin}/swiftshader"
- install -Dm644 "${srcdir}/squashfs-root/usr/lib/"* -t "${pkgdir}/usr/lib/${pkgname%-bin}/usr/lib"
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/0x0/apps/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"
install -Dm644 "${srcdir}/squashfs-root/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"