Package Details: isd-appimage v0.5.0-2

Git Clone URL: https://aur.archlinux.org/isd-appimage.git (read-only, click to copy)
Package Base: isd-appimage
Description: A better way to work with systemd units.
Upstream URL: https://github.com/isd-project/isd
Keywords: appimage cli python systemctl systemd sysz tui
Licenses: GPL-3.0-or-later
Conflicts: isd
Provides: isd
Submitter: Giteeajake
Maintainer: Giteeajake
Last Packager: Giteeajake
Votes: 5
Popularity: 3.64
First Submitted: 2025-01-27 11:19 (UTC)
Last Updated: 2025-02-18 03:18 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Giteeajake commented on 2025-02-18 03:11 (UTC)

thanks @SLQY

SLQY commented on 2025-02-18 03:07 (UTC) (edited on 2025-02-18 03:07 (UTC) by SLQY)

Patch for v0.5.0

add options=(!strip), because in my case the stripped appimage was only 500+kb and can not run properly

diff --git i/PKGBUILD w/PKGBUILD
index 6c6c5cb..b42deb8 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -1,16 +1,17 @@
 #Maintainer:   Giteeajake <giteeajake@qq.com>

 pkgname=isd-appimage
-pkgver=v0.4.1
+pkgver=v0.5.0
 pkgrel=1
 pkgdesc='A better way to work with systemd units.'
 url='https://github.com/isd-project/isd'
 arch=('x86_64')
 license=('GPL-3.0-or-later')
-source=("$pkgname-$pkgver::$url/releases/download/v0.4.1/isd.x86_64-linux.AppImage")
-sha512sums=('1ebd6c13c0eaeefdee52a9107c87862156be8f1c95c2f39204478ee03d7e9a423d33175613b7d520ac91c7a6f2f8f2bdf46ffce6c47bbfd866f6b62e960407da')
+source=("$pkgname-$pkgver::$url/releases/download/$pkgver/isd.x86_64-linux.AppImage")
+sha512sums=('09c3e62e42ecb86c2ab89ed1e3990681d6deff38e1963bc26ecc367d39e2082db5356e0e76af4558867163487dc35318acf7482ddddaef313dd2364b0a835b1d')
 conflicts=("isd")
 provides=('isd')
+options=(!strip)

 check() {
    if [[ ! -f ${srcdir}/${pkgname}-${pkgver} ]]; then

Giteeajake commented on 2025-02-03 09:33 (UTC)

Thanks user@neko_ayaya

AImixAE commented on 2025-01-29 02:24 (UTC)

How fire (doge)

Giteeajake commented on 2025-01-27 12:00 (UTC)

thanks and I added

kseistrup commented on 2025-01-27 11:31 (UTC)

Great. Please add provides=('isd') to PKGBUILD.