summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21c86eac3ad1..063c7896a867 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-slixmpp-git
pkgdesc = An XMPP library written for Python 3.7+ (SleekXMPP asyncio fork)
- pkgver = r2535.370abb1d
+ pkgver = r2986.7732af89
pkgrel = 1
- url = https://dev.louiz.org/projects/slixmpp
+ url = https://codeberg.org/poezio/slixmpp
arch = any
license = MIT
makedepends = git
@@ -17,8 +17,7 @@ pkgbase = python-slixmpp-git
provides = python-slixmpp
conflicts = python-slixmpp
options = !emptydirs
- source = git+https://lab.louiz.org/poezio/slixmpp.git
+ source = git+https://codeberg.org/poezio/slixmpp.git
md5sums = SKIP
pkgname = python-slixmpp-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e9e43759f474..b3883d22069f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=python-slixmpp-git
-pkgver=r2535.370abb1d
+pkgver=r2986.7732af89
pkgrel=1
pkgdesc="An XMPP library written for Python 3.7+ (SleekXMPP asyncio fork)"
arch=(any)
-url="https://dev.louiz.org/projects/slixmpp"
+url="https://codeberg.org/poezio/slixmpp"
license=('MIT')
depends=('python>=3.7' 'python-aiodns' 'libidn' 'python-pyasn1' 'python-pyasn1-modules' 'python-aiohttp' 'python-typing_extensions')
provides=('python-slixmpp')
@@ -14,7 +14,7 @@ conflicts=('python-slixmpp')
makedepends=('git' 'cython')
options=(!emptydirs)
-source=("git+https://lab.louiz.org/poezio/slixmpp.git")
+source=("git+https://codeberg.org/poezio/slixmpp.git")
md5sums=('SKIP')
pkgver() {