summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2019-05-17 15:39:30 +0200
committerStephan Springer2019-05-17 15:39:30 +0200
commit59b2ce353069a8aafb1005ca5e49d6bf6db0c83f (patch)
tree0822ce47eef11e8ace2a815807849e2d261adf7e
parenta493e5bf8eec079e1045cc8cae8d4ed5af461f39 (diff)
downloadaur-59b2ce353069a8aafb1005ca5e49d6bf6db0c83f.tar.gz
remove gconf dependency due to https://github.com/signalapp/Signal-Desktop/commit/4b1ae1535df1da9ac86ff0b5323baa7f50fccbea
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c484da998ebf..2027ecc52ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = signal-desktop-bin
pkgdesc = Private messaging from your desktop
pkgver = 1.24.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/signalapp/Signal-Desktop
arch = x86_64
license = GPL3
- depends = gconf
depends = gtk3
depends = libnotify
depends = nss
diff --git a/PKGBUILD b/PKGBUILD
index 3503411c6b9c..a5d766194aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=signal-desktop-bin
pkgver=1.24.1
-pkgrel=3
+pkgrel=4
pkgdesc='Private messaging from your desktop'
arch=('x86_64')
url='https://github.com/signalapp/Signal-Desktop'
license=('GPL3')
-depends=('gconf' 'gtk3' 'libnotify' 'nss' 'xdg-utils' 'libxss')
+depends=('gtk3' 'libnotify' 'nss' 'xdg-utils' 'libxss')
optdepends=('hunspell-en_US: US English hunspell dictionaries')
provides=('signal-desktop')
conflicts=('signal')