summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteinGaming2022-07-22 08:34:46 +0200
committerSteinGaming2022-07-22 08:34:46 +0200
commitfc7fd03c91f4836c5b0b9711823a61e3a8378aae (patch)
tree8f07c1e9440f1ec826563f67a3e29a517db585a2
parentba3fc431a10797586d81106a51214a7067d564bd (diff)
downloadaur-fc7fd03c91f4836c5b0b9711823a61e3a8378aae.tar.gz
Fixed version (also first time uploading to AUR, correct me if i did something wrong
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d985e8338d0d..332171ebb8a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = redisinsight
pkgdesc = Desktop manager that provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases, monitor, and manage your data.
- pkgver = 2.0.6
+ pkgver = 2.4.0
pkgrel = 1
url = https://redis.com/redis-enterprise/redis-insight
arch = x86_64
@@ -11,10 +11,11 @@ pkgbase = redisinsight
depends = libindicator-gtk2
depends = gtk3
depends = libdbusmenu-gtk2
- noextract = redisinsight-2.0.6.AppImage
- source = redisinsight-2.0.6.AppImage::https://download.redisinsight.redis.com/latest/RedisInsight-v2-linux-x86_64.AppImage
+ depends = alsa-lib
+ noextract = redisinsight-2.4.0.AppImage
+ source = redisinsight-2.4.0.AppImage::https://download.redisinsight.redis.com/latest/RedisInsight-v2-linux-x86_64.AppImage
source = LICENSE::https://raw.githubusercontent.com/RedisInsight/RedisInsight/main/LICENSE
- sha256sums = 826f0c538bedee768312f3838c453022854b5caf61e998867551ea241e2ff493
+ sha256sums = 7c66b1711641706eb2c53bd284fe74f382f15f02ff052d66dfb8e5d2e1644b63
sha256sums = 723a1b274ff1653c4414fa9133b11cae6cc0b258af7617967d50c04fa4354c9e
pkgname = redisinsight
diff --git a/PKGBUILD b/PKGBUILD
index 08dbd401696c..a560de93a339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Walsh <dan@danwalsh.ca>
pkgname=redisinsight
-pkgver=2.0.6
+pkgver=2.4.0
pkgrel=1
pkgdesc="Desktop manager that provides an intuitive and efficient GUI for Redis, allowing you to interact with your databases, monitor, and manage your data."
arch=('x86_64')
@@ -16,7 +16,7 @@ makedepends=('gendesk')
noextract=("${pkgname}-${pkgver}.AppImage")
source=("${pkgname}-${pkgver}.AppImage::https://download.redisinsight.redis.com/latest/RedisInsight-v2-linux-x86_64.AppImage"
"LICENSE::https://raw.githubusercontent.com/RedisInsight/RedisInsight/main/LICENSE")
-sha256sums=('826f0c538bedee768312f3838c453022854b5caf61e998867551ea241e2ff493'
+sha256sums=('7c66b1711641706eb2c53bd284fe74f382f15f02ff052d66dfb8e5d2e1644b63'
'723a1b274ff1653c4414fa9133b11cae6cc0b258af7617967d50c04fa4354c9e')
package() {