diff options
author | Flavio Lima | 2021-04-25 19:29:26 +0200 |
---|---|---|
committer | Flavio Lima | 2021-04-25 19:29:26 +0200 |
commit | 374424cc78109270f353c889dbb395c7bd2eaaa0 (patch) | |
tree | f41277a644ae7f5f324551d829e0445fe410d365 | |
parent | 03c6c0ec80ef2f245599aaa23fbefb0286c20dd8 (diff) | |
download | aur-374424cc78109270f353c889dbb395c7bd2eaaa0.tar.gz |
version 1.5.8
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -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 @@ -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() { |