summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2023-02-03 12:22:24 +0100
committerOndřej Hošek2023-02-03 16:17:58 +0100
commitcedbc337b18c2021375a325eca0765596c243585 (patch)
treeacb3730513a9e95abb79ac06bd60c761c431996b /PKGBUILD
parenta56bf70c15f347f08caa479a7a592fffc9fa52cc (diff)
downloadaur-cedbc337b18c2021375a325eca0765596c243585.tar.gz
expose the python-nbxmpp version in provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a12448996c9..4f6f5b7b8ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitrepo='python-nbxmpp'
pkgname='python-nbxmpp-git'
-pkgver=4.0.1.r5.ga81d3d8
+pkgver=4.1.0.r4.g345fbe0
pkgrel=1
pkgdesc="Nonblocking Jabber/XMPP library, used by Gajim"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('git' 'python' 'python-build' 'python-installer' 'python-wheel')
depends=('python' 'python-precis_i18n' 'python-gobject' 'python-pyopenssl')
conflicts=('python-nbxmpp')
-provides=('python-nbxmpp')
+provides=("python-nbxmpp=$pkgver")
source=("git+https://dev.gajim.org/gajim/$_gitrepo.git")
sha384sums=('SKIP')