summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-02-07 22:25:30 +0100
committerFabioLolix2023-02-07 22:25:30 +0100
commit9299a1c23b5311ca26f92e330abcf895b22649e5 (patch)
treed95a5335ece89ac41f2ee582e9454abf8c4e888c
parentb49f88d05f993d1a1a2b29833b61891f0a1504af (diff)
downloadaur-9299a1c23b5311ca26f92e330abcf895b22649e5.tar.gz
v2.6.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1974e85d9fd8..2ed7ae2f9495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroic-games-launcher
pkgdesc = Native GOG and Epic Games launcher for Linux
- pkgver = 2.5.2
+ pkgver = 2.6.2
pkgrel = 1
url = https://heroicgameslauncher.com/
arch = x86_64
@@ -12,7 +12,8 @@ pkgbase = heroic-games-launcher
depends = gtk3
depends = nss
depends = python
- source = git+https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher.git#tag=v2.5.2
+ options = !debug
+ source = git+https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher.git#tag=v2.6.2
sha256sums = SKIP
pkgname = heroic-games-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 2e8dd22b4013..dae0ad76afce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=heroic-games-launcher
-pkgver=2.5.2
+pkgver=2.6.2
pkgrel=1
pkgdesc="Native GOG and Epic Games launcher for Linux"
arch=(x86_64)
@@ -9,6 +9,7 @@ url="https://heroicgameslauncher.com/"
license=(GPL3)
depends=(alsa-lib gtk3 nss python)
makedepends=(git yarn node-gyp)
+options=(!debug)
source=("git+https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher.git#tag=v${pkgver}")
sha256sums=('SKIP')