mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v4.1.1
This commit is contained in:
parent
2e72f0d368
commit
866f838be1
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.0.2
|
||||
pkgver = 4.1.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-4.0.2-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/4.0.2/mages-4.0.2-x86_64.AppImage
|
||||
sha256sums_x86_64 = 417cd4813fe37b042bb207fa3222266d344d3798db8743e9d40a34219a36d471
|
||||
source_aarch64 = mages-4.0.2-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/4.0.2/mages-4.0.2-aarch64.AppImage
|
||||
sha256sums_aarch64 = 2bdc043118c0cbcfac47ca842758a5f0e7e5f92c531e2c6d6fc2cdb19635105a
|
||||
source_x86_64 = mages-4.1.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/4.1.1/mages-4.1.1-x86_64.AppImage
|
||||
sha256sums_x86_64 = 44228bd3fe73c80209601f66d584b90ddc90da4f6df0a34c6c0fb26775f21774
|
||||
source_aarch64 = mages-4.1.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/4.1.1/mages-4.1.1-aarch64.AppImage
|
||||
sha256sums_aarch64 = 680b0ca187ad2667d24eb702abfca56b5c7295fd0439a288d77d1e1dbc1bbdde
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=4.0.2
|
||||
pkgver=4.1.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=('417cd4813fe37b042bb207fa3222266d344d3798db8743e9d40a34219a36d471')
|
||||
sha256sums_aarch64=('2bdc043118c0cbcfac47ca842758a5f0e7e5f92c531e2c6d6fc2cdb19635105a')
|
||||
sha256sums_x86_64=('44228bd3fe73c80209601f66d584b90ddc90da4f6df0a34c6c0fb26775f21774')
|
||||
sha256sums_aarch64=('680b0ca187ad2667d24eb702abfca56b5c7295fd0439a288d77d1e1dbc1bbdde')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue