upgpkg: moonlight-qt 3.0.0-1

upstream release
This commit is contained in:
Cedric Girard 2021-01-20 09:18:49 +01:00
parent 8fad769c33
commit b790b2c540
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 8 additions and 11 deletions

View File

@ -1,6 +1,6 @@
pkgbase = moonlight-qt
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux)
pkgver = 2.1.0
pkgver = 3.0.0
pkgrel = 1
url = https://moonlight-stream.org
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = moonlight-qt
depends = ffmpeg
depends = sdl2_ttf
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
source = git+https://github.com/moonlight-stream/moonlight-qt.git#tag=v1.1.0
md5sums = SKIP
source = https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.0.0/MoonlightSrc-3.0.0.tar.gz
sha256sums = 2ce21c0b401c23f931c6f02b9fb68d4d168674b630f98e07548f69d8cf692463
pkgname = moonlight-qt

View File

@ -1,7 +1,8 @@
# Maintainer: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
# Contributor: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
pkgname=moonlight-qt
pkgver=2.1.0
pkgver=3.0.0
pkgrel=1
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux)'
arch=('x86_64')
@ -10,21 +11,17 @@ url='https://moonlight-stream.org'
depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')
makedepends=('git')
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
source=("git+https://github.com/moonlight-stream/${pkgname}.git#tag=v${pkgver}")
md5sums=('SKIP')
source=("https://github.com/moonlight-stream/${pkgname}/releases/download/v${pkgver}/MoonlightSrc-${pkgver}.tar.gz")
sha256sums=('2ce21c0b401c23f931c6f02b9fb68d4d168674b630f98e07548f69d8cf692463')
prepare() {
cd "$pkgname"
git submodule update --init --recursive
qmake PREFIX="$pkgdir/usr" moonlight-qt.pro
}
build() {
cd "$pkgname"
make release
}
package() {
cd "$pkgname"
make install
}