mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v2.3.1
This commit is contained in:
parent
a3222f4539
commit
26f0f19ff2
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 = 2.2.1
|
||||
pkgver = 2.3.1
|
||||
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-2.2.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/2.2.1/mages-2.2.1-x86_64.AppImage
|
||||
sha256sums_x86_64 = b5a674dbd689430ff3e1fdbff05c214e85fc88a28fa0621114aa6e5e5cf40dcb
|
||||
source_aarch64 = mages-2.2.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/2.2.1/mages-2.2.1-aarch64.AppImage
|
||||
sha256sums_aarch64 = a4206cb5684db998452013df28183d0d8ede557a510cd0b9d4948b86457d56b4
|
||||
source_x86_64 = mages-2.3.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/2.3.1/mages-2.3.1-x86_64.AppImage
|
||||
sha256sums_x86_64 = 6853ad0557654aeaebd9a1fa35c268dd0ad076b22f9865e5f1ca6694e6f4c0b6
|
||||
source_aarch64 = mages-2.3.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/2.3.1/mages-2.3.1-aarch64.AppImage
|
||||
sha256sums_aarch64 = 72fd688479e8d2e303aab9efa69e718ef7167a8079fce319f3cf8269e395a8a2
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=2.2.1
|
||||
pkgver=2.3.1
|
||||
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=('b5a674dbd689430ff3e1fdbff05c214e85fc88a28fa0621114aa6e5e5cf40dcb')
|
||||
sha256sums_aarch64=('a4206cb5684db998452013df28183d0d8ede557a510cd0b9d4948b86457d56b4')
|
||||
sha256sums_x86_64=('6853ad0557654aeaebd9a1fa35c268dd0ad076b22f9865e5f1ca6694e6f4c0b6')
|
||||
sha256sums_aarch64=('72fd688479e8d2e303aab9efa69e718ef7167a8079fce319f3cf8269e395a8a2')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue