Skip to content

Commit f7b9720

Browse files
committed
Updated PKGBUILD
1 parent e7ec1ca commit f7b9720

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

PKGBUILD

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
# Maintainer Chris Werner Rau <aur@cwrau.io>
1+
# Maintainer: Chris Werner Rau <aur@cwrau.io>
2+
# Maintainer: flaviofearn <flavioislima@gmail.com>
23

34
pkgname=heroic-games-launcher-bin
4-
_pkgver=v1.1.1
5+
_pkgver=v1.1.2
56
pkgver=${_pkgver#v}
6-
pkgrel=3
7+
pkgrel=2
78
pkgdesc="HGL, a Native alternative Linux Launcher for Epic Games"
89
arch=('x86_64')
910
url="https://github.com/flavioislima/HeroicGamesLauncher"
1011
license=('GPL3')
1112
conflicts=(${pkgname%-*}-{appimage,electron})
12-
depends=('fuse2' 'gawk')
13+
depends=('fuse2' 'gawk' 'wine' 'winetricks' 'python-requests' 'python-wheel' 'python-setuptools')
1314
_filename=heroic-${pkgver}.pacman
1415
source=("$url/releases/download/${_pkgver}/${_filename}")
1516
noextract=("${_filename}")
16-
md5sums=('4af80f3de4a336c9c1c42cc15dbef812')
17+
md5sums=('ecf26fe6d8ff082499901a7dc81aba94')
1718
options=(!strip)
1819

1920
package() {
2021
tar -xJv -C "${pkgdir}" -f "${srcdir}/${_filename}" usr opt
2122
mkdir "$pkgdir/usr/bin"
22-
ln -s "$pkgdir/opt/heroic/heroic" "$pkgdir/usr/bin/heroic"
23+
ln -s "/opt/heroic/heroic" "$pkgdir/usr/bin/heroic"
2324
}
2425

2526
# vim:set ts=2 sw=2 et: syntax=sh

0 commit comments

Comments
 (0)