mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v2.6.3
This commit is contained in:
parent
6131fd6f25
commit
a7a6fb4e11
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mages-bin
|
||||
pkgdesc = Mages desktop (early testing)
|
||||
pkgver = 2.6.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/mlm-games/mages
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -12,8 +12,8 @@ pkgbase = mages-bin
|
|||
conflicts = mages
|
||||
options = !strip
|
||||
source_x86_64 = mages-2.6.3-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/2.6.3/mages-2.6.3-x86_64.AppImage
|
||||
sha256sums_x86_64 = 58a811ca290f735bf3aed29bf5aa32c62f11f8fec803abbb5ef48e328fddd374
|
||||
sha256sums_x86_64 = 53f1fc58c4e81979ebaed7e0f513986aa526496df6d07d2b257fec384fbe064f
|
||||
source_aarch64 = mages-2.6.3-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/2.6.3/mages-2.6.3-aarch64.AppImage
|
||||
sha256sums_aarch64 = bb9d4840c2cad487bfd0633755c7ffd14f2588d62b433eecdcacf4776f4b7c09
|
||||
sha256sums_aarch64 = 27a8e6428f6e3ea2fc17f09edacc70a14d545c964cd6798f092187dcef84db2a
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=2.6.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Mages desktop (early testing)"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/mlm-games/mages"
|
||||
|
|
@ -13,8 +13,8 @@ conflicts=('mages')
|
|||
options=('!strip')
|
||||
source_x86_64=("${_pkgname}-${pkgver}-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/${pkgver}/mages-${pkgver}-x86_64.AppImage")
|
||||
source_aarch64=("${_pkgname}-${pkgver}-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/${pkgver}/mages-${pkgver}-aarch64.AppImage")
|
||||
sha256sums_x86_64=('58a811ca290f735bf3aed29bf5aa32c62f11f8fec803abbb5ef48e328fddd374')
|
||||
sha256sums_aarch64=('bb9d4840c2cad487bfd0633755c7ffd14f2588d62b433eecdcacf4776f4b7c09')
|
||||
sha256sums_x86_64=('53f1fc58c4e81979ebaed7e0f513986aa526496df6d07d2b257fec384fbe064f')
|
||||
sha256sums_aarch64=('27a8e6428f6e3ea2fc17f09edacc70a14d545c964cd6798f092187dcef84db2a')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue