summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio Lima2021-04-25 19:29:26 +0200
committerFlavio Lima2021-04-25 19:29:26 +0200
commit374424cc78109270f353c889dbb395c7bd2eaaa0 (patch)
treef41277a644ae7f5f324551d829e0445fe410d365
parent03c6c0ec80ef2f245599aaa23fbefb0286c20dd8 (diff)
downloadaur-374424cc78109270f353c889dbb395c7bd2eaaa0.tar.gz
version 1.5.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14cd5df28aa..6743f5ed2504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = heroic-games-launcher-bin
pkgdesc = HGL, a Native alternative Linux Launcher for Epic Games
- pkgver = 1.5.7
+ pkgver = 1.5.8
pkgrel = 1
- url = https://github.com/flavioislima/HeroicGamesLauncher
+ url = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher
arch = x86_64
license = GPL3
depends = fuse2
@@ -11,10 +11,10 @@ pkgbase = heroic-games-launcher-bin
depends = python-setuptools
conflicts = heroic-games-launcher-appimage
conflicts = heroic-games-launcher-electron
- noextract = heroic-1.5.7.pacman
+ noextract = heroic-1.5.8.pacman
options = !strip
- source = https://github.com/flavioislima/HeroicGamesLauncher/releases/download/v1.5.7/heroic-1.5.7.pacman
- md5sums = c527c5785bb2d7cb882567afac0c8497
+ source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.5.8/heroic-1.5.8.pacman
+ md5sums = 684cdafde671d0484884dd27810fefe7
pkgname = heroic-games-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95d20d64bf9d..4272d1c8901a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Maintainer: flaviofearn <flavioislima@gmail.com>
pkgname=heroic-games-launcher-bin
-_pkgver=v1.5.7
+_pkgver=v1.5.8
pkgver=${_pkgver#v}
pkgrel=1
pkgdesc="HGL, a Native alternative Linux Launcher for Epic Games"
arch=('x86_64')
-url="https://github.com/flavioislima/HeroicGamesLauncher"
+url="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher"
license=('GPL3')
conflicts=(${pkgname%-*}-{appimage,electron})
depends=('fuse2' 'gawk' 'python-wheel' 'python-setuptools')
_filename=heroic-${pkgver}.pacman
source=("$url/releases/download/${_pkgver}/${_filename}")
noextract=("${_filename}")
-md5sums=('c527c5785bb2d7cb882567afac0c8497')
+md5sums=('684cdafde671d0484884dd27810fefe7')
options=(!strip)
package() {