summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2023-10-01 17:10:59 -0400
committerXenHat2023-10-01 17:10:59 -0400
commitaf43cf4c8510f697021be74d99283e27f9295dc9 (patch)
treedb7aa2cc15230ca645c5561598e990e185209b61
parent1a06da157f709ff35137f47887c1aaf9e9f6d90d (diff)
downloadaur-af43cf4c8510f697021be74d99283e27f9295dc9.tar.gz
Remove forced discord-rpc support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a002ed2722..8388f0c8842f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moonlight-qt-git
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux) (master branch)
- pkgver = r1636.71a6ef6
- pkgrel = 1
+ pkgver = v4.3.1.r252.gaa74e693
+ pkgrel = 2
url = https://moonlight-stream.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b0be1cb87013..b6ee5a96845b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: SoftwareRat <jaguar5018@gmail.com>
pkgname=moonlight-qt-git
-pkgver=r1636.71a6ef6
-pkgrel=1
+pkgver=v4.3.1.r252.gaa74e693
+pkgrel=2
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux) (master branch)'
arch=('x86_64')
license=('GPL')
@@ -24,7 +24,7 @@ pkgver() {
prepare() {
cd "$pkgname"
git submodule update --init --recursive
- qmake PREFIX="$pkgdir/usr" "CONFIG+=discord-rpc" moonlight-qt.pro
+ qmake PREFIX="$pkgdir/usr" moonlight-qt.pro
}
build() {