* update libappimage to 1.0.4.5-7

This commit is contained in:
Alexander Baldeck 2024-10-08 16:16:46 +02:00
parent 9f90c95559
commit 030e322f53
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = libappimage pkgbase = libappimage
pkgdesc = Reference implementation of the AppImage specification pkgdesc = Reference implementation of the AppImage specification
pkgver = 1.0.4.5 pkgver = 1.0.4.5
pkgrel = 6 pkgrel = 7
url = https://appimage.org/ url = https://appimage.org/
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MIT license = MIT
makedepends = boost makedepends = boost
makedepends = cmake makedepends = cmake

View File

@ -4,7 +4,7 @@
pkgname=libappimage pkgname=libappimage
pkgver=1.0.4.5 pkgver=1.0.4.5
_pkgver=1.0.4-5 _pkgver=1.0.4-5
pkgrel=6 pkgrel=7
pkgdesc='Reference implementation of the AppImage specification' pkgdesc='Reference implementation of the AppImage specification'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://appimage.org/' url='https://appimage.org/'