mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v2.6.4
This commit is contained in:
parent
a7a6fb4e11
commit
79c1cf5205
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mages-bin
|
||||
pkgdesc = Mages desktop (early testing)
|
||||
pkgver = 2.6.3
|
||||
pkgrel = 2
|
||||
pkgver = 2.6.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/mlm-games/mages
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -11,9 +11,9 @@ pkgbase = mages-bin
|
|||
provides = mages
|
||||
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 = 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 = 27a8e6428f6e3ea2fc17f09edacc70a14d545c964cd6798f092187dcef84db2a
|
||||
source_x86_64 = mages-2.6.4-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/2.6.4/mages-2.6.4-x86_64.AppImage
|
||||
sha256sums_x86_64 = 197f759d55a904dadeeb33dc2a76259280ac719e35883c20b956c4c3d113699e
|
||||
source_aarch64 = mages-2.6.4-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/2.6.4/mages-2.6.4-aarch64.AppImage
|
||||
sha256sums_aarch64 = 32dc9445662e927ebcf72164510cb8886f0a3c6fc66bcfe89d51fd2bcb67b340
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=2.6.3
|
||||
pkgrel=2
|
||||
pkgver=2.6.4
|
||||
pkgrel=1
|
||||
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=('53f1fc58c4e81979ebaed7e0f513986aa526496df6d07d2b257fec384fbe064f')
|
||||
sha256sums_aarch64=('27a8e6428f6e3ea2fc17f09edacc70a14d545c964cd6798f092187dcef84db2a')
|
||||
sha256sums_x86_64=('197f759d55a904dadeeb33dc2a76259280ac719e35883c20b956c4c3d113699e')
|
||||
sha256sums_aarch64=('32dc9445662e927ebcf72164510cb8886f0a3c6fc66bcfe89d51fd2bcb67b340')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue