summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebb5f23c665c..d2890b8b61e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Wellington <wellingtonwallace@gmail.com>
pkgname=fastgame-git
-pkgver=0.0.3.r0.gd243c97
+pkgver=0.0.9.r53.g43786aa
pkgrel=1
pkgdesc='Optimize system performance for games'
arch=(x86_64 i686)
url='https://github.com/wwmm/fastgame'
license=('GPL3')
-depends=('boost-libs')
-makedepends=('meson' 'boost')
-optdepends=('libxnvctrl: nvidia overclock')
+depends=('boost-libs' 'gtk3' 'gtkmm3' 'glibmm' 'libsigc++')
+makedepends=('meson' 'boost' 'itstool')
source=("git+https://github.com/wwmm/fastgame.git")
conflicts=(fastgame)
provides=(fastgame)
@@ -33,4 +32,4 @@ package() {
cd fastgame/build
DESTDIR="$pkgdir" ninja install
-} \ No newline at end of file
+}