summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-07-02 21:32:38 +0200
committerMarco Rubin2023-07-02 21:32:38 +0200
commit5d16c9435901c794c79ce127d915e7049e6ccb3c (patch)
tree308df8c0d0c8ee397bc1127853b109f0da7efd65
parent52a44c45a3192f536d4dd64a7fc86734be671ffd (diff)
downloadaur-5d16c9435901c794c79ce127d915e7049e6ccb3c.tar.gz
Fix build in clean chroot
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d9281830fb..349d1789d7dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-xmpppy
pkgdesc = Python 2/3 implementation of XMPP (RFC3920, RFC3921).
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xmpppy/xmpppy
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = https://github.com/xmpppy/xmpppy/archive/refs/tags/0.7.1.tar.gz
+ source = https://github.com/xmpppy/xmpppy/archive/0.7.1.tar.gz
b2sums = 483b287fa02898394272ae643536ff9eb16375b665d4e32d82912c0f1aacf30b90ef8cabedaabd9e15608b456e8b0354e365a346e7e674f68f28b58b21a82288
pkgname = python-xmpppy
diff --git a/PKGBUILD b/PKGBUILD
index b3684d6c8995..ebb90101a4c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name=xmpppy
pkgname=python-$_name
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python 2/3 implementation of XMPP (RFC3920, RFC3921)."
arch=('any')
url="https://github.com/xmpppy/xmpppy"
license=('GPL3')
depends=(python)
-makedepends=(python-build python-installer python-wheel)
-source=("$url/archive/refs/tags/$pkgver.tar.gz")
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=("$url/archive/$pkgver.tar.gz")
b2sums=('483b287fa02898394272ae643536ff9eb16375b665d4e32d82912c0f1aacf30b90ef8cabedaabd9e15608b456e8b0354e365a346e7e674f68f28b58b21a82288')
build() {