summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Poldrack2021-01-02 16:05:17 +0100
committerMoritz Poldrack2021-01-02 16:05:17 +0100
commitdcd1b57e3bd8e2404678489db99968a4cb50d261 (patch)
tree0c9a6ee91d62c07a9fc23c141953733b3565a09a
parent15a194173a4a3d3133085ff702058f9af4b2b893 (diff)
downloadaur-dcd1b57e3bd8e2404678489db99968a4cb50d261.tar.gz
because they switched to gtk3 which i forgot to add
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8a2a79aa695..49af444ffda2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = rambox-pro-bin
arch = x86_64
license = custom
depends = alsa-lib
+ depends = gtk3
depends = libxss
depends = libxtst
depends = nss
diff --git a/PKGBUILD b/PKGBUILD
index c845ea640921..1f022e76b4cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Workspace browser to manage many web applications in one place'
arch=('x86_64')
url='https://rambox.pro/'
license=('custom')
-depends=('alsa-lib' 'libxss' 'libxtst' 'nss' 'python')
+depends=('alsa-lib' 'gtk3' 'libxss' 'libxtst' 'nss' 'python')
provides=('ramboxpro')
options=('!emptydirs')
conflicts=('rambox-pro-bin-beta')