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