mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v3.0.2
This commit is contained in:
parent
2e1cda551a
commit
7856bd91df
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 = 3.0.1
|
||||
pkgver = 3.0.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-3.0.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/3.0.1/mages-3.0.1-x86_64.AppImage
|
||||
sha256sums_x86_64 = ce305a2dda20bf2fd0d899676ff31e54aea705144a488af74d462a084050583f
|
||||
source_aarch64 = mages-3.0.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/3.0.1/mages-3.0.1-aarch64.AppImage
|
||||
sha256sums_aarch64 = b8eaf2d2f6e467d303d65624ef0d74d86474617cd22f59425eebce30f004e741
|
||||
source_x86_64 = mages-3.0.2-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/3.0.2/mages-3.0.2-x86_64.AppImage
|
||||
sha256sums_x86_64 = da3f51c341de9d4f67d34299f636d30b92b435542052bf288f9a4dec40c390a5
|
||||
source_aarch64 = mages-3.0.2-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/3.0.2/mages-3.0.2-aarch64.AppImage
|
||||
sha256sums_aarch64 = 2ad75ff7890e5d1ecd58fc1efd9daa7f569d4cbf08fceb23eb54eb9c66553895
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=3.0.1
|
||||
pkgver=3.0.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=('ce305a2dda20bf2fd0d899676ff31e54aea705144a488af74d462a084050583f')
|
||||
sha256sums_aarch64=('b8eaf2d2f6e467d303d65624ef0d74d86474617cd22f59425eebce30f004e741')
|
||||
sha256sums_x86_64=('da3f51c341de9d4f67d34299f636d30b92b435542052bf288f9a4dec40c390a5')
|
||||
sha256sums_aarch64=('2ad75ff7890e5d1ecd58fc1efd9daa7f569d4cbf08fceb23eb54eb9c66553895')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue