mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v1.3.1
This commit is contained in:
parent
c971e84adf
commit
9f7edfc9ce
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mages-bin
|
||||
pkgdesc = Mages desktop (early testing)
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/mlm-games/mages
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -12,8 +12,8 @@ pkgbase = mages-bin
|
|||
conflicts = mages
|
||||
options = !strip
|
||||
source_x86_64 = mages-1.3.1-x86_64.AppImage::https://github.com/mlm-games/mages/releases/download/1.3.1/mages-1.3.1-x86_64.AppImage
|
||||
sha256sums_x86_64 = 4f28255ec0c42553859e93121b1c44e21692016329336239ffd48aa9a325a530
|
||||
sha256sums_x86_64 = f814d39b0b778cdd7284afe3a414e6841ec418d7f9ef383696b4dfd9569cc2a7
|
||||
source_aarch64 = mages-1.3.1-aarch64.AppImage::https://github.com/mlm-games/mages/releases/download/1.3.1/mages-1.3.1-aarch64.AppImage
|
||||
sha256sums_aarch64 = 5a22636ff5ebfeccb2bc7479482f270003d3a980b30e2a3893e03044c209810f
|
||||
sha256sums_aarch64 = d368d8382157cd5ce7075e60788d21374563a0ccc472f2a77cfebfc96e60e487
|
||||
|
||||
pkgname = mages-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=mages-bin
|
||||
_pkgname=mages
|
||||
pkgver=1.3.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
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=('4f28255ec0c42553859e93121b1c44e21692016329336239ffd48aa9a325a530')
|
||||
sha256sums_aarch64=('5a22636ff5ebfeccb2bc7479482f270003d3a980b30e2a3893e03044c209810f')
|
||||
sha256sums_x86_64=('f814d39b0b778cdd7284afe3a414e6841ec418d7f9ef383696b4dfd9569cc2a7')
|
||||
sha256sums_aarch64=('d368d8382157cd5ce7075e60788d21374563a0ccc472f2a77cfebfc96e60e487')
|
||||
prepare() {
|
||||
chmod +x "${_pkgname}-${pkgver}-${CARCH}.AppImage"
|
||||
"./${_pkgname}-${pkgver}-${CARCH}.AppImage" --appimage-extract
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue