summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2020-04-24 19:54:31 +0200
committerFabioLolix2020-04-24 19:54:31 +0200
commita9371bcc14995e3ee06dfac1ab6ec6ce46f7b57b (patch)
tree9bfdc387686626a8bd71c21e8b770a461d5b6ebb
parent1da4b45e7c8a5f07c2c6a918765f42ee90d17e66 (diff)
downloadaur-a9371bcc14995e3ee06dfac1ab6ec6ce46f7b57b.tar.gz
v0.16.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4697f5aba4..21f2b8df6f5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamehub
pkgdesc = Games manager, downloader, library that supports GOG, Steam and Humble Bundle. Designed for Pantheon Shell
- pkgver = 0.15.0.1
+ pkgver = 0.16.0.1
pkgrel = 1
url = https://github.com/tkashkin/GameHub
arch = i686
@@ -23,8 +23,8 @@ pkgbase = gamehub
depends = libxtst
options = !strip
options = debug
- source = GameHub-0.15.0.1.tar.gz::https://github.com/tkashkin/GameHub/archive/0.15.0-1-master.tar.gz
- sha256sums = 0182a32b595451b6bebf6f8173b6a41690e1c2b2d1c0b1a07cfce2ea0e536302
+ source = GameHub-0.16.0.1.tar.gz::https://github.com/tkashkin/GameHub/archive/0.16.0-1-master.tar.gz
+ sha256sums = 4244c914d7427933727ec0611886720b9325c4d4a852e0e8c283f6331ebd30e2
pkgname = gamehub
diff --git a/PKGBUILD b/PKGBUILD
index b69903b6106d..1d75500e160f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Maintainer: tkashkin
# Maintainer: neuromancer
# Contributor: friday
# Contributor: Robert Stoffers <rstoffers@gmail.com>
pkgname=gamehub
-_pkgver=0.15.0-1
+_pkgver=0.16.0-1
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Games manager, downloader, library that supports GOG, Steam and Humble Bundle. Designed for Pantheon Shell"
@@ -16,7 +16,7 @@ depends=(gtk3 glib2 libgee libsoup json-glib sqlite webkit2gtk libmanette libxts
makedepends=(meson ninja vala)
options=(!strip debug)
source=("GameHub-$pkgver.tar.gz::https://github.com/tkashkin/GameHub/archive/${_pkgver}-master.tar.gz")
-sha256sums=('0182a32b595451b6bebf6f8173b6a41690e1c2b2d1c0b1a07cfce2ea0e536302')
+sha256sums=('4244c914d7427933727ec0611886720b9325c4d4a852e0e8c283f6331ebd30e2')
build() {
cd "GameHub-$_pkgver-master"