#!/SBUILD _disabled: false pkg: "appimageupdatetool" pkg_id: "pkgforge-dev.appimageupdatetool" pkg_type: "appimage" ghcr_pkg: "pkgforge-dev/appimageupdatetool" category: - "PackageManager" - "Utility" description: "Tool to update AppImages" homepage: - "https://github.com/pkgforge-dev/AppImageUpdate-Enhanced-Edition" maintainer: - "Samueru-sama (github.com/Samueru-sama)" license: - "MIT" build_asset: - url: "https://raw.githubusercontent.com/pkgforge-dev/AppImageUpdate-Enhanced-Edition/refs/heads/main/LICENSE.txt" out: "LICENSE" note: - "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/AppImageUpdate-Enhanced-Edition" - "[PORTABLE] (Works on AnyLinux)" provides: - "appimageupdatetool" repology: - "appimageupdatetool" src_url: - "https://github.com/pkgforge-dev/AppImageUpdate-Enhanced-Edition" tag: - "utility" - "updater" - "appimage" x_exec: host: - "x86_64-linux" - "aarch64-linux" shell: "sh" pkgver: | VERSION="HEAD-$(curl -qfsSL "https://api.github.com/repos/pkgforge-dev/AppImageUpdate-Enhanced-Edition/releases/latest?per_page=20" | jq -r '.tag_name')" echo "${VERSION%%@*}" echo "$VERSION" run: | soar dl "https://github.com/pkgforge-dev/AppImageUpdate-Enhanced-Edition@${REMOTE_PKGVER#HEAD-}" --glob "*${ARCH}*.appimage" -o "./${PKG}" --yes