summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 281179dcbe56..f7f033de1422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroic-games-launcher-git
- pkgdesc = Native GOG and Epic Games launcher for Linux
- pkgver = 2.9.1.r0.g0f747b0e0
+ pkgdesc = Native GOG, Epic Games and Amazon games launcher for Linux
+ pkgver = 2.10.0.r1.gc19bc525d
pkgrel = 1
url = https://heroicgameslauncher.com/
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = heroic-games-launcher-git
makedepends = git
makedepends = yarn
makedepends = node-gyp
+ makedepends = openssh
depends = alsa-lib
depends = gtk3
depends = nss
- depends = python
provides = heroic-games-launcher
conflicts = heroic-games-launcher
source = git+https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher.git
diff --git a/PKGBUILD b/PKGBUILD
index 9ad91110aace..ca3432c5c86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=heroic-games-launcher-git
-pkgver=2.9.1.r0.g0f747b0e0
+pkgver=2.10.0.r1.gc19bc525d
pkgrel=1
-pkgdesc="Native GOG and Epic Games launcher for Linux"
+pkgdesc="Native GOG, Epic Games and Amazon games launcher for Linux"
arch=(x86_64)
url="https://heroicgameslauncher.com/"
license=(GPL3)
-depends=(alsa-lib gtk3 nss python)
-makedepends=(git yarn node-gyp)
+depends=(alsa-lib gtk3 nss)
+makedepends=(git yarn node-gyp openssh)
provides=(heroic-games-launcher)
conflicts=(heroic-games-launcher)
source=("git+https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher.git")