mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v1.0.1
This commit is contained in:
parent
e10462879b
commit
db85017469
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mages-bin
|
||||
pkgdesc = Mages desktop (early testing)
|
||||
pkgver = 0.9.9
|
||||
pkgrel = 2
|
||||
pkgver = 1.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/mlm-games/mages
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -11,9 +11,9 @@ pkgbase = mages-bin
|
|||
provides = mages
|
||||
conflicts = mages
|
||||
options = !strip
|
||||
source_x86_64 = mages-0.9.9-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.9/mages-0.9.9-x86_64.AppImage
|
||||
sha256sums_x86_64 = a273fc3ac5a44667386c9edf276a1ede07e175edbd75ee14b63f45613f5a19a2
|
||||
source_aarch64 = mages-0.9.9-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/0.9.9/mages-0.9.9-aarch64.AppImage
|
||||
sha256sums_aarch64 = 4eb264656e8103d270a0c168c811c4f5c9df22432422a091c49e6e0090bd7a0e
|
||||
source_x86_64 = mages-1.0.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/1.0.1/mages-1.0.1-x86_64.AppImage
|
||||
sha256sums_x86_64 = fee771d3bc8d5cba123f4c494d7bbc78843a345c983f3727b2357e2861b222af
|
||||
source_aarch64 = mages-1.0.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/1.0.1/mages-1.0.1-aarch64.AppImage
|
||||
sha256sums_aarch64 = c0f8f273f7dce08f88419265f43e95054993e689384803c60a2b02db90707d65
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: MLM-stuff <gfxoxinzh@mozmail.com>
|
||||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=0.9.9
|
||||
pkgrel=2
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Mages desktop (early testing)"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/mlm-games/mages"
|
||||
|
|
@ -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=('a273fc3ac5a44667386c9edf276a1ede07e175edbd75ee14b63f45613f5a19a2')
|
||||
sha256sums_aarch64=('4eb264656e8103d270a0c168c811c4f5c9df22432422a091c49e6e0090bd7a0e')
|
||||
sha256sums_x86_64=('fee771d3bc8d5cba123f4c494d7bbc78843a345c983f3727b2357e2861b222af')
|
||||
sha256sums_aarch64=('c0f8f273f7dce08f88419265f43e95054993e689384803c60a2b02db90707d65')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue