summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2019-07-15 15:41:19 +0200
committerFabioLolix2019-07-15 15:41:19 +0200
commitc6e9f87a1c9b8b15e657846d526adb17016bcb6c (patch)
tree23f212a673be4aff365803be197bf6797291cf01
parent984f26fee5f9d9f43b648e587337e1c05cc3a4f0 (diff)
downloadaur-c6e9f87a1c9b8b15e657846d526adb17016bcb6c.tar.gz
v0.14.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b71ee58bd907..baf9e73a4dab 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.14.1.2.master
+ pkgver = 0.14.2.1.master
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.14.1.2.master.tar.gz::https://github.com/tkashkin/GameHub/archive/0.14.1-2-master.tar.gz
- sha256sums = 3f4c77dc3d65adab293ee0ac209f111e077e5d0a6c0800d031f11cc3056325b7
+ source = GameHub-0.14.2.1.master.tar.gz::https://github.com/tkashkin/GameHub/archive/0.14.2-1-master.tar.gz
+ sha256sums = fe230da7ab63211ba08b5b84fda8633784e3e503b71dc432096ee315d6b15dae
pkgname = gamehub
diff --git a/PKGBUILD b/PKGBUILD
index 8a88933f7675..b2ce19b666c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Robert Stoffers <rstoffers@gmail.com>
pkgname=gamehub
-_pkgver=0.14.1-2-master
+_pkgver=0.14.2-1-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=(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}.tar.gz")
-sha256sums=('3f4c77dc3d65adab293ee0ac209f111e077e5d0a6c0800d031f11cc3056325b7')
+sha256sums=('fe230da7ab63211ba08b5b84fda8633784e3e503b71dc432096ee315d6b15dae')
build() {
cd "GameHub-$_pkgver"