summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwwmm2023-11-16 11:01:13 -0300
committerwwmm2023-11-16 11:01:13 -0300
commit1b72d5c71bfe319189d571b17d6bd2614f8fd03d (patch)
tree4becde2bf53cb4f46336cd8d07a6154207122eac
parente6dc47c0746f9e856a4cdc4dd7999e28f12ef7c3 (diff)
downloadaur-1b72d5c71bfe319189d571b17d6bd2614f8fd03d.tar.gz
updated dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2002f4adcc4..149e3a7e2ef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fastgame-git
pkgdesc = Optimize system performance for games
pkgver = 0.2.0.r18.g5273f9c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wwmm/fastgame
arch = x86_64
arch = i686
@@ -10,6 +10,7 @@ pkgbase = fastgame-git
makedepends = boost
makedepends = itstool
makedepends = cmake
+ makedepends = git
depends = boost-libs
depends = gtk4
depends = glib2
@@ -17,6 +18,7 @@ pkgbase = fastgame-git
depends = libsigc++-3.0
depends = libadwaita
depends = udisks2
+ depends = libxnvctrl
provides = fastgame
conflicts = fastgame
source = git+https://github.com/wwmm/fastgame.git
diff --git a/PKGBUILD b/PKGBUILD
index aba070c0f8b6..35ff267a5039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=fastgame-git
pkgver=0.2.0.r18.g5273f9c
-pkgrel=1
+pkgrel=2
pkgdesc='Optimize system performance for games'
arch=(x86_64 i686)
url='https://github.com/wwmm/fastgame'
license=('GPL3')
-depends=('boost-libs' 'gtk4' 'glib2' 'fmt' 'libsigc++-3.0' 'libadwaita' 'udisks2')
-makedepends=('meson' 'boost' 'itstool' 'cmake')
+depends=('boost-libs' 'gtk4' 'glib2' 'fmt' 'libsigc++-3.0' 'libadwaita' 'udisks2' 'libxnvctrl')
+makedepends=('meson' 'boost' 'itstool' 'cmake' 'git')
source=("git+https://github.com/wwmm/fastgame.git")
conflicts=(fastgame)
provides=(fastgame)