summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2018-02-09 16:58:13 +0100
committerEmmanuel Gil Peyrot2018-02-09 16:58:13 +0100
commit22cbc37d3c8e15522d8c470ebd2a025e70bd732e (patch)
tree663f1da2b43f88451c69b71408482a9462d9da68 /PKGBUILD
parent4cfea93979719220a3f3fc974082f0cac0e4e687 (diff)
downloadaur-22cbc37d3c8e15522d8c470ebd2a025e70bd732e.tar.gz
Replace libsecret with python-keyring.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba56eaa85332..5dbb4845a45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
_name=gajim
pkgname="$_name-git"
-pkgver=1.0.0.alpha2.r41.g8b2732cf1
+pkgver=1.0.0.beta1.r0.g74a447ad0
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
url="https://gajim.org/"
license=('GPL3')
depends=('python-gobject' 'python-pyopenssl' 'hicolor-icon-theme'
- 'python-pyasn1' 'python-nbxmpp-git' 'python-cairo' 'libsecret'
+ 'python-pyasn1' 'python-nbxmpp-git' 'python-cairo' 'python-keyring'
'python-distro')
makedepends=('git' 'python-setuptools')
optdepends=('python-dbus: for gajim-remote and zeroconf support'