summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLolix2019-06-20 00:02:23 +0200
committerLolix2019-06-20 00:02:23 +0200
commit80f9ff62033ead7ac38db8f1c7432b7ec24e3630 (patch)
tree2ab6499b55c1042f53b00a3e00660b5891dbbd2f
parentf9b5e28aa932c0e02b8cfdc3ce6d354ca91cb5fd (diff)
downloadaur-80f9ff62033ead7ac38db8f1c7432b7ec24e3630.tar.gz
v0.14.0.2.master
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a872fefe38ac..03b2e1c2d9b2 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.13.1.1.master
+ pkgver = 0.14.0.2.master
pkgrel = 1
url = https://github.com/tkashkin/GameHub
arch = i686
@@ -24,8 +24,8 @@ pkgbase = gamehub
depends = libxtst
options = !strip
options = debug
- source = GameHub-0.13.1.1.master.tar.gz::https://github.com/tkashkin/GameHub/archive/0.13.1-1-master.tar.gz
- sha256sums = 387412b6203b1e68bfec27ef7fab46e5dbf7e9cd5cebce6b6698a00e67d9b7e0
+ source = GameHub-0.14.0.2.master.tar.gz::https://github.com/tkashkin/GameHub/archive/0.14.0-2-master.tar.gz
+ sha256sums = 81a536128f5d704baae9feb97e086296599da0bb765eb39c6b0fffd9a6907527
pkgname = gamehub
diff --git a/PKGBUILD b/PKGBUILD
index 1123696af1b7..f9c3d80bdb51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org>
# Maintainer: tkashkin
# Maintainer: neuromancer
-# Contributor: friday (github)
+# Contributor: friday
# Contributor: Robert Stoffers <rstoffers@gmail.com>
pkgname=gamehub
-_pkgver=0.13.1-1-master
+_pkgver=0.14.0-2-master
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=(libgranite.so gtk3 glib2 libgee libsoup json-glib sqlite webkit2gtk lib
makedepends=(meson ninja vala)
options=(!strip debug)
source=("GameHub-$pkgver.tar.gz::https://github.com/tkashkin/GameHub/archive/${_pkgver}.tar.gz")
-sha256sums=('387412b6203b1e68bfec27ef7fab46e5dbf7e9cd5cebce6b6698a00e67d9b7e0')
+sha256sums=('81a536128f5d704baae9feb97e086296599da0bb765eb39c6b0fffd9a6907527')
build() {
cd "GameHub-$_pkgver"