mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v2.5.1
This commit is contained in:
parent
bfc731791c
commit
3e602d78df
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.4.6
|
||||
pkgver = 2.5.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.4.6-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/2.4.6/mages-2.4.6-x86_64.AppImage
|
||||
sha256sums_x86_64 = 22ceb8acd4e98813391b9933a382b6cf54fcb08978e6f5df1ea86dea23608504
|
||||
source_aarch64 = mages-2.4.6-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/2.4.6/mages-2.4.6-aarch64.AppImage
|
||||
sha256sums_aarch64 = e7605e0a1841b173b7ec9bacaf176d30a65ca15a5d3b8735465077285c820368
|
||||
source_x86_64 = mages-2.5.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/2.5.1/mages-2.5.1-x86_64.AppImage
|
||||
sha256sums_x86_64 = a903c1be5ec5e0af26f6761b8c953c003ee931b4dda53455ff154d088cd8ed44
|
||||
source_aarch64 = mages-2.5.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/2.5.1/mages-2.5.1-aarch64.AppImage
|
||||
sha256sums_aarch64 = 35c9853962d0df2c48f988fffde6cf9a8f170d042c0e475dd821e48595adb18b
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=2.4.6
|
||||
pkgver=2.5.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=('22ceb8acd4e98813391b9933a382b6cf54fcb08978e6f5df1ea86dea23608504')
|
||||
sha256sums_aarch64=('e7605e0a1841b173b7ec9bacaf176d30a65ca15a5d3b8735465077285c820368')
|
||||
sha256sums_x86_64=('a903c1be5ec5e0af26f6761b8c953c003ee931b4dda53455ff154d088cd8ed44')
|
||||
sha256sums_aarch64=('35c9853962d0df2c48f988fffde6cf9a8f170d042c0e475dd821e48595adb18b')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue