summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-09-02 18:17:51 +0200
committerFabioLolix2021-09-02 18:17:51 +0200
commitfff604c436ee6f4e42b6b11e838f030b53512bd6 (patch)
tree941a17784d76b98d64e4476b458875d1f5c33f6c
parent3ff389ea589076815256435971f5a99d593d9448 (diff)
downloadaur-fff604c436ee6f4e42b6b11e838f030b53512bd6.tar.gz
v0.16.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 706cb2593602..4ee0106323e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamehub
pkgdesc = Games manager, downloader, library that supports GOG, Steam and Humble Bundle
- pkgver = 0.16.0.1
+ pkgver = 0.16.1.2
pkgrel = 1
url = https://tkashkin.tk/projects/gamehub/
arch = i686
@@ -23,8 +23,7 @@ pkgbase = gamehub
depends = libxtst
options = !strip
options = debug
- source = GameHub-0.16.0.1.tar.gz::https://github.com/tkashkin/GameHub/archive/0.16.0-1-master.tar.gz
- sha256sums = 4244c914d7427933727ec0611886720b9325c4d4a852e0e8c283f6331ebd30e2
+ source = GameHub-0.16.1.2.tar.gz::https://github.com/tkashkin/GameHub/archive/0.16.1-2-master.tar.gz
+ sha256sums = bbbf2f5216ce6f0d6a57179f388a714aec52188f4e67a9deb6478061441a30b5
pkgname = gamehub
-
diff --git a/PKGBUILD b/PKGBUILD
index 4ba96f0c2630..4050e75a861b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Robert Stoffers <rstoffers@gmail.com>
pkgname=gamehub
-_pkgver=0.16.0-1
+_pkgver=0.16.1-2
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Games manager, downloader, library that supports GOG, Steam and Humble Bundle"
@@ -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=('4244c914d7427933727ec0611886720b9325c4d4a852e0e8c283f6331ebd30e2')
+sha256sums=('bbbf2f5216ce6f0d6a57179f388a714aec52188f4e67a9deb6478061441a30b5')
build() {
cd "GameHub-$_pkgver-master"