summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-06-24 00:02:23 +0200
committerFabioLolix2022-06-24 00:02:23 +0200
commit92adc37d70ce2fb30f447451ec4214b39352a7df (patch)
tree044475e034a5e9c4f4a5583f7896027f7ca28bb5
parent890cfc275c8ea956b0c8900d03141ed895c9e8c3 (diff)
downloadaur-92adc37d70ce2fb30f447451ec4214b39352a7df.tar.gz
change makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f229b334cfb0..1524df321ae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamehub-git
pkgdesc = Games manager, downloader, library that supports GOG, Steam and Humble Bundle
- pkgver = 0.16.2.4.dev.r0.ge37f52e
+ pkgver = 0.16.3.4.dev.r0.g9952b8f
pkgrel = 1
url = https://tkashkin.github.io/projects/gamehub/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = gamehub-git
makedepends = git
makedepends = meson
makedepends = ninja
- makedepends = vala0.54
+ makedepends = vala
depends = gtk3
depends = glib2
depends = libgee
diff --git a/PKGBUILD b/PKGBUILD
index f423095b83a2..f5e9ae640bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Contributor: Helder Bertoldo <helder.bertoldo@gmail.com>
pkgname=gamehub-git
-pkgver=0.16.2.4.dev.r0.ge37f52e
+pkgver=0.16.3.4.dev.r0.g9952b8f
pkgrel=1
pkgdesc="Games manager, downloader, library that supports GOG, Steam and Humble Bundle"
arch=(i686 x86_64 armv6h armv7h aarch64)
url="https://tkashkin.github.io/projects/gamehub/"
license=(GPL3)
depends=(gtk3 glib2 libgee libsoup json-glib sqlite webkit2gtk libmanette libxtst)
-makedepends=(git meson ninja vala0.54)
+makedepends=(git meson ninja vala)
provides=(gamehub)
conflicts=(gamehub)
options=(!strip debug)