Package Details: mqtt-explorer-appimage 0.3.5-2

Git Clone URL: https://aur.archlinux.org/mqtt-explorer-appimage.git (read-only, click to copy)
Package Base: mqtt-explorer-appimage
Description: Explore your message queues.
Upstream URL: https://github.com/thomasnordquist/MQTT-Explorer
Licenses: AGPL
Conflicts: mqtt-explorer
Provides: mqtt-explorer
Submitter: aps42
Maintainer: aps42
Last Packager: aps42
Votes: 7
Popularity: 0.002147
First Submitted: 2019-04-05 17:35 (UTC)
Last Updated: 2019-08-03 13:12 (UTC)

Dependencies (1)

Required by (0)

Sources (3)

Latest Comments

flaviut commented on 2021-09-06 16:26 (UTC)

to use 0.4.0-beta1, which is the suggested release on the website:

diff --git a/PKGBUILD b/PKGBUILD
index 3417e63..24f58d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
 # Maintainer: aps42 <arch@andre-sterba.de>
 pkgname=mqtt-explorer-appimage
-pkgver=0.3.5
-pkgrel=2
+_pkgver=0.4.0-beta1
+pkgver=0.4.0beta1
+pkgrel=1
 pkgdesc='Explore your message queues.'
 arch=('x86_64')
 url='https://github.com/thomasnordquist/MQTT-Explorer'
@@ -10,18 +11,16 @@ provides=('mqtt-explorer')
 conflicts=('mqtt-explorer')
 depends=('fuse')
 options=(!strip)
-_appimage="MQTT-Explorer-${pkgver}.AppImage"
+_appimage="MQTT-Explorer-${_pkgver}.AppImage"
 source=(
-    "MQTT-Explorer-${pkgver}.AppImage::https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v${pkgver}/MQTT-Explorer-${pkgver}.AppImage"
+    "MQTT-Explorer-${_pkgver}.AppImage::https://github.com/thomasnordquist/MQTT-Explorer/releases/download/0.0.0-${_pkgver}/MQTT-Explorer-${_pkgver}.AppImage"
     "mqtt-explorer.desktop"
     "mqtt-explorer.png"
     )
 noextract=("${_appimage}")
-sha256sums=(
-    '61fcf8dbe755231df1c083a6625b69e5ef6b6246be2ac92f42ec495550606e0e'
-    'SKIP'
-    'SKIP'
-    )
+sha256sums=('f65ea2daa351528f08d6084ca8f8ab0f8e4562a305523ac59c36583882da2a75'
+            'SKIP'
+            'SKIP')

 package() {
     install -Dm755 $_appimage "$pkgdir"/usr/bin/mqtt-explorer

aps42 commented on 2019-08-03 13:16 (UTC)

Should be fixed with 0.3.5-2. I saved the source without any version number, so it seems like it was not downloaded after an update.

cornelius commented on 2019-08-03 11:52 (UTC) (edited on 2019-08-03 11:53 (UTC) by cornelius)

Build fails:

==> Making package: mqtt-explorer-appimage 0.3.5-1 (Sat 03 Aug 2019 01:43:36 PM CEST)
==> Retrieving sources...
  -> Found MQTT-Explorer.AppImage
  -> Found mqtt-explorer.desktop
  -> Found mqtt-explorer.png
==> Validating source files with sha256sums...
    MQTT-Explorer.AppImage ... FAILED
    mqtt-explorer.desktop ... Skipped
    mqtt-explorer.png ... Skipped
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: mqtt-explorer-appimage