summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwwmm2022-02-27 11:09:26 -0300
committerwwmm2022-02-27 11:09:26 -0300
commitdb6c83f42dd93f76c2417c08dcb793518c97a1f2 (patch)
treec9af273757c044591ee65513aa108df63c5e3dd5
parenteacf108a5af5ca336620d8da092180ce2f8ff8d2 (diff)
downloadaur-db6c83f42dd93f76c2417c08dcb793518c97a1f2.tar.gz
updated pkgbuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2c4a2bd57d..16aee6263c3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastgame-git
pkgdesc = Optimize system performance for games
- pkgver = 0.2.0.r0.g6a53b7c
+ pkgver = 0.2.0.r2.ga8cae63
pkgrel = 1
url = https://github.com/wwmm/fastgame
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = fastgame-git
depends = glib2
depends = fmt
depends = libsigc++-3.0
+ depends = libadwaita
provides = fastgame
conflicts = fastgame
source = git+https://github.com/wwmm/fastgame.git
diff --git a/PKGBUILD b/PKGBUILD
index 1d0dec90e4ec..a271c4354780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Wellington <wellingtonwallace@gmail.com>
pkgname=fastgame-git
-pkgver=0.2.0.r0.g6a53b7c
+pkgver=0.2.0.r2.ga8cae63
pkgrel=1
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')
+depends=('boost-libs' 'gtk4' 'glib2' 'fmt' 'libsigc++-3.0' 'libadwaita')
makedepends=('meson' 'boost' 'itstool')
source=("git+https://github.com/wwmm/fastgame.git")
conflicts=(fastgame)