mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v4.2.2
This commit is contained in:
parent
e64926bd57
commit
ecdcac0757
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mages-bin
|
||||
pkgdesc = Mages desktop (early testing)
|
||||
pkgver = 4.1.2
|
||||
pkgver = 4.2.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/mlm-games/mages
|
||||
arch = x86_64
|
||||
|
|
@ -11,9 +11,9 @@ pkgbase = mages-bin
|
|||
provides = mages
|
||||
conflicts = mages
|
||||
options = !strip
|
||||
source_x86_64 = mages-4.1.2-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/4.1.2/mages-4.1.2-x86_64.AppImage
|
||||
sha256sums_x86_64 = 7c6b9a6f25e5503a9296589dabc5a6bb99db15db8f4cd4eb5e44c25d42a25208
|
||||
source_aarch64 = mages-4.1.2-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/4.1.2/mages-4.1.2-aarch64.AppImage
|
||||
sha256sums_aarch64 = b2bfe988b71f1230b3a037cbe2235e5d0fbfed2acd48955457cde31a05678f90
|
||||
source_x86_64 = mages-4.2.2-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/4.2.2/mages-4.2.2-x86_64.AppImage
|
||||
sha256sums_x86_64 = bc70a8b55514269972227af51f9e627179deab00b61185cc33b7b93058a81005
|
||||
source_aarch64 = mages-4.2.2-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/4.2.2/mages-4.2.2-aarch64.AppImage
|
||||
sha256sums_aarch64 = 7b59f4560f8f76167c1092891a38ba2ac73249826d948e81e0ab959d5438b771
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=4.1.2
|
||||
pkgver=4.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="Mages desktop (early testing)"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -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=('7c6b9a6f25e5503a9296589dabc5a6bb99db15db8f4cd4eb5e44c25d42a25208')
|
||||
sha256sums_aarch64=('b2bfe988b71f1230b3a037cbe2235e5d0fbfed2acd48955457cde31a05678f90')
|
||||
sha256sums_x86_64=('bc70a8b55514269972227af51f9e627179deab00b61185cc33b7b93058a81005')
|
||||
sha256sums_aarch64=('7b59f4560f8f76167c1092891a38ba2ac73249826d948e81e0ab959d5438b771')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue