mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
upgpkg: 1.0.0
This commit is contained in:
parent
8d979d4177
commit
91d7af6835
2 changed files with 12 additions and 9 deletions
13
.SRCINFO
13
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
pkgbase = mcpelauncher-linux
|
||||
pkgdesc = Minecraft: Pocket Edition launcher for Linux
|
||||
pkgver = 0.15.2
|
||||
pkgrel = 2
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/minecraft-linux/mcpelauncher-manifest
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = GPL-3.0-only
|
||||
optdepends = mcpelauncher-ui: GUI for Launcher
|
||||
provides = mcpelauncher-client
|
||||
source = git+https://github.com/minecraft-linux/mcpelauncher-manifest.git#tag=v0.15.2-qt6
|
||||
source = git+https://github.com/minecraft-linux/mcpelauncher-manifest.git#tag=v1.0.0-qt6
|
||||
source = git+https://github.com/minecraft-linux/android-support-headers
|
||||
source = git+https://github.com/minecraft-linux/arg-parser
|
||||
source = git+https://github.com/minecraft-linux/base64
|
||||
|
|
@ -40,7 +40,7 @@ pkgbase = mcpelauncher-linux
|
|||
source = git+https://github.com/libsdl-org/SDL
|
||||
source = git+https://github.com/ocornut/imgui
|
||||
source = git+https://github.com/minecraft-linux/android_core
|
||||
sha256sums = fed47a34e8847cfdf84d96bea01e34882f5e9285b5e4ee2c627f819dcded327f
|
||||
sha256sums = 163513fb2a00e7bbe8c0870f44604a7745ed3307381c89d764a6994df2ceadde
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
@ -77,13 +77,16 @@ pkgbase = mcpelauncher-linux
|
|||
depends_x86_64 = zlib
|
||||
depends_x86_64 = libpng
|
||||
depends_x86_64 = libevdev
|
||||
depends_x86_64 = systemd
|
||||
depends_x86_64 = libxi
|
||||
depends_x86_64 = libegl
|
||||
depends_x86_64 = qt6-base
|
||||
depends_x86_64 = qt6-declarative
|
||||
depends_x86_64 = qt6-webengine
|
||||
depends_x86_64 = libuv
|
||||
depends_x86_64 = systemd-libs
|
||||
depends_x86_64 = openssl
|
||||
depends_x86_64 = gcc-libs
|
||||
depends_x86_64 = glibc
|
||||
makedepends_x86_64 = git
|
||||
makedepends_x86_64 = cmake
|
||||
makedepends_x86_64 = clang
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,14 +3,14 @@
|
|||
# Contributer: Paul <paul@mrarm.io>
|
||||
|
||||
pkgname=mcpelauncher-linux
|
||||
pkgver=0.15.2
|
||||
pkgrel=2
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Minecraft: Pocket Edition launcher for Linux"
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://github.com/minecraft-linux/mcpelauncher-manifest"
|
||||
license=('GPL-3.0-only')
|
||||
makedepends_x86_64=('git' 'cmake' 'clang')
|
||||
depends_x86_64=('curl' 'libx11' 'zlib' 'libpng' 'libevdev' 'systemd' 'libxi' 'libegl' 'qt6-base' 'qt6-declarative' 'qt6-webengine' 'libuv')
|
||||
depends_x86_64=('curl' 'libx11' 'zlib' 'libpng' 'libevdev' 'libxi' 'libegl' 'qt6-base' 'qt6-declarative' 'qt6-webengine' 'libuv' 'systemd-libs' 'openssl' 'gcc-libs' 'glibc')
|
||||
optdepends=('mcpelauncher-ui: GUI for Launcher')
|
||||
provides=('mcpelauncher-client')
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ source=(
|
|||
'git+https://github.com/minecraft-linux/android_core'
|
||||
)
|
||||
|
||||
sha256sums=('fed47a34e8847cfdf84d96bea01e34882f5e9285b5e4ee2c627f819dcded327f'
|
||||
sha256sums=('163513fb2a00e7bbe8c0870f44604a7745ed3307381c89d764a6994df2ceadde'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue