summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio Lima2021-01-25 22:04:22 +0100
committerFlavio Lima2021-01-25 22:04:22 +0100
commit39b9ce3e8b659a847bd597482673d9c6e84f56fa (patch)
treea31b3c0eb0135b2c5e20f3f872082ba5ba8a26d2
parentc201b7968575882e1e0a8b64e6f481f776ddc651 (diff)
downloadaur-39b9ce3e8b659a847bd597482673d9c6e84f56fa.tar.gz
bump version to 1.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca249e495922..2de697cc0c6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = heroic-games-launcher-bin
pkgdesc = HGL, a Native alternative Linux Launcher for Epic Games
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/flavioislima/HeroicGamesLauncher
arch = x86_64
license = GPL3
@@ -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.2.0.pacman
+ noextract = heroic-1.2.1.pacman
options = !strip
- source = https://github.com/flavioislima/HeroicGamesLauncher/releases/download/v1.2.0/heroic-1.2.0.pacman
- md5sums = 639e62bad9d10b598081fee5f28a398d
+ source = https://github.com/flavioislima/HeroicGamesLauncher/releases/download/v1.2.1/heroic-1.2.1.pacman
+ md5sums = a1c382800bd1e5ad0f4521e8b4275fcc
pkgname = heroic-games-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index bbf4ba54ebd7..1ea4a21efff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: flaviofearn <flavioislima@gmail.com>
pkgname=heroic-games-launcher-bin
-_pkgver=v1.2.0
+_pkgver=v1.2.1
pkgver=${_pkgver#v}
-pkgrel=2
+pkgrel=1
pkgdesc="HGL, a Native alternative Linux Launcher for Epic Games"
arch=('x86_64')
url="https://github.com/flavioislima/HeroicGamesLauncher"
@@ -14,7 +14,7 @@ depends=('fuse2' 'gawk' 'python-wheel' 'python-setuptools')
_filename=heroic-${pkgver}.pacman
source=("$url/releases/download/${_pkgver}/${_filename}")
noextract=("${_filename}")
-md5sums=('639e62bad9d10b598081fee5f28a398d')
+md5sums=('a1c382800bd1e5ad0f4521e8b4275fcc')
options=(!strip)
package() {