summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9c0910aa64..fee56e7226ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gajim-git
pkgdesc = Jabber/XMPP instant messenger client written in Python with GTK+
- pkgver = r20981.dcb304c5a
+ pkgver = r21305.015063ac4
pkgrel = 1
epoch = 1
url = https://gajim.org/
@@ -42,7 +42,7 @@ pkgbase = gajim-git
optdepends = libappindicator-gtk3: to get a tray icon on some desktop environments
optdepends = notification-daemon: for desktop notifications
optdepends = gnome-keyring: store passwords encrypted in GNOME Keyring
- optdepends = kded: store passwords encrypted in KSecretService
+ optdepends = kded5: store passwords encrypted in KSecretService
optdepends = python-crypto: support for E2E encryption
optdepends = python-docutils: for RST generator support
optdepends = gupnp-igd: for UPnP-IGD support
@@ -53,7 +53,7 @@ pkgbase = gajim-git
conflicts = gajim-svn
replaces = gajim-hg
replaces = gajim-svn
- source = gajim::git+https://dev.gajim.org/gajim/gajim.git/
+ source = gajim::git+https://dev.gajim.org/gajim/gajim.git
md5sums = SKIP
pkgname = gajim-git
diff --git a/PKGBUILD b/PKGBUILD
index bdb0bb05f473..778fb2bd71bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_name=gajim
pkgname="$_name-git"
epoch=1
-pkgver=r20981.dcb304c5a
+pkgver=r21305.015063ac4
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
@@ -21,7 +21,7 @@ depends=('gtk3' 'libsoup' 'python-gobject' 'python-pyopenssl' 'hicolor-icon-them
'python-distro' 'python-css-parser' 'python-precis_i18n' 'python-pillow'
'python-omemo-dr' 'gtksourceview4' 'python-qrcode')
makedepends=('git' 'python-setuptools' 'python-packaging' 'python-wheel' 'python-build'
- 'python-installer')
+ 'python-installer')
optdepends=('python-dbus: for gajim-remote and zeroconf support'
'farstream: for video/voice support'
'gst-plugins-good: for video/voice support'
@@ -36,7 +36,7 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support'
'libappindicator-gtk3: to get a tray icon on some desktop environments'
'notification-daemon: for desktop notifications'
'gnome-keyring: store passwords encrypted in GNOME Keyring'
- 'kded: store passwords encrypted in KSecretService'
+ 'kded5: store passwords encrypted in KSecretService'
'python-crypto: support for E2E encryption'
'python-docutils: for RST generator support'
'gupnp-igd: for UPnP-IGD support'
@@ -44,7 +44,7 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support'
provides=('gajim')
conflicts=('gajim' 'gajim-hg' 'gajim-svn')
replaces=('gajim-hg' 'gajim-svn')
-source=("$_name::git+https://dev.gajim.org/gajim/gajim.git/")
+source=("$_name::git+https://dev.gajim.org/gajim/gajim.git")
md5sums=('SKIP')
pkgver() {