summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLolix2019-06-28 07:15:52 +0200
committerLolix2019-06-28 07:15:52 +0200
commit984f26fee5f9d9f43b648e587337e1c05cc3a4f0 (patch)
tree8dc4423cd13441c113dc25d7d77959afb20b2b46
parent80f9ff62033ead7ac38db8f1c7432b7ec24e3630 (diff)
downloadaur-984f26fee5f9d9f43b648e587337e1c05cc3a4f0.tar.gz
v0.14.1, remove Granite
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03b2e1c2d9b2..b71ee58bd907 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.0.2.master
+ pkgver = 0.14.1.2.master
pkgrel = 1
url = https://github.com/tkashkin/GameHub
arch = i686
@@ -12,7 +12,6 @@ pkgbase = gamehub
makedepends = meson
makedepends = ninja
makedepends = vala
- depends = libgranite.so
depends = gtk3
depends = glib2
depends = libgee
@@ -24,8 +23,8 @@ pkgbase = gamehub
depends = libxtst
options = !strip
options = debug
- source = GameHub-0.14.0.2.master.tar.gz::https://github.com/tkashkin/GameHub/archive/0.14.0-2-master.tar.gz
- sha256sums = 81a536128f5d704baae9feb97e086296599da0bb765eb39c6b0fffd9a6907527
+ source = GameHub-0.14.1.2.master.tar.gz::https://github.com/tkashkin/GameHub/archive/0.14.1-2-master.tar.gz
+ sha256sums = 3f4c77dc3d65adab293ee0ac209f111e077e5d0a6c0800d031f11cc3056325b7
pkgname = gamehub
diff --git a/PKGBUILD b/PKGBUILD
index f9c3d80bdb51..8a88933f7675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
# Contributor: Robert Stoffers <rstoffers@gmail.com>
pkgname=gamehub
-_pkgver=0.14.0-2-master
+_pkgver=0.14.1-2-master
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Games manager, downloader, library that supports GOG, Steam and Humble Bundle. Designed for Pantheon Shell"
arch=(i686 x86_64 armv6h armv7h aarch64)
url="https://github.com/tkashkin/GameHub"
license=(GPL3)
-depends=(libgranite.so gtk3 glib2 libgee libsoup json-glib sqlite webkit2gtk libmanette libxtst)
+depends=(gtk3 glib2 libgee libsoup json-glib sqlite webkit2gtk libmanette libxtst)
makedepends=(meson ninja vala)
options=(!strip debug)
source=("GameHub-$pkgver.tar.gz::https://github.com/tkashkin/GameHub/archive/${_pkgver}.tar.gz")
-sha256sums=('81a536128f5d704baae9feb97e086296599da0bb765eb39c6b0fffd9a6907527')
+sha256sums=('3f4c77dc3d65adab293ee0ac209f111e077e5d0a6c0800d031f11cc3056325b7')
build() {
cd "GameHub-$_pkgver"