aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack O'Connor2020-04-27 10:39:26 -0400
committerJack O'Connor2020-04-27 11:03:48 -0400
commitce85d2a81541976b4b5ad8f02401a13b59d1f561 (patch)
tree8e669f11dc811478b9a17b0f419c50c7ecb6ed94
parent94624b7cc7673b8c2f8f1674aa9642aa18fd2e36 (diff)
downloadaur-ce85d2a81541976b4b5ad8f02401a13b59d1f561.tar.gz
remove the dependency on gconf
We've made a similar change in keybase-bin, which should ship soon. See https://github.com/keybase/client/pull/23909.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a704681308ea..85b51eba0158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keybase-git
pkgdesc = the Keybase Go client, filesystem, and GUI
- pkgver = 4.8.0+33527.5750c3397a
+ pkgver = 5.5.0+35896.807c29924b
pkgrel = 1
url = https://keybase.io
install = keybase.install
@@ -15,7 +15,6 @@ pkgbase = keybase-git
makedepends = git
makedepends = rsync
depends = fuse
- depends = gconf
depends = libxss
depends = gtk2
depends = lsof
diff --git a/PKGBUILD b/PKGBUILD
index 0e7b9094f640..8f30f2bbe47c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ pkgname=keybase-git
pkgdesc='the Keybase Go client, filesystem, and GUI'
license=('BSD')
url='https://keybase.io'
-pkgver=4.8.0+33527.5750c3397a
+pkgver=5.5.0+35896.807c29924b
pkgver() {
"$srcdir/client/packaging/linux/arch/keybase_git_version.sh"
}
pkgrel=1
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-depends=(fuse gconf libxss gtk2 lsof) # don't change this without changing the SRCINFO template too,
- # and the keybase-bin files in keybase/client/packaging/linux/arch
+depends=(fuse libxss gtk2 lsof) # don't change this without changing the SRCINFO template too,
+ # and the keybase-bin files in keybase/client/packaging/linux/arch
makedepends=(go-pie yarn npm git rsync)
provides=(keybase keybase-gui kbfs)
# keybase-release is a deprecated AUR package