summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 511b7e8f5291..85acf03e3300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-dbussy-git
pkgdesc = Python binding for D-Bus using asyncio
- pkgver = 1.3.r24.g691a8a8
+ pkgver = 1.3.r25.g83462e5
pkgrel = 1
- url = https://github.com/ldo/dbussy
+ url = https://gitlab.com/ldo/dbussy
arch = any
license = LGPL
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = python-dbussy-git
depends = python
provides = python-dbussy
conflicts = python-dbussy
- source = python-dbussy::git+https://github.com/ldo/dbussy.git
+ source = python-dbussy::git+https://gitlab.com/ldo/dbussy.git
sha256sums = SKIP
pkgname = python-dbussy-git
diff --git a/PKGBUILD b/PKGBUILD
index 75384269a272..39ce370538cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: FichteFoll <fichtefoll2@googlemail.com>
_pkgbase=python-dbussy
-# _name=${_pkgbase#python-}
pkgname="${_pkgbase}-git"
-pkgver=1.3.r24.g691a8a8
+pkgver=1.3.r25.g83462e5
pkgrel=1
pkgdesc="Python binding for D-Bus using asyncio"
arch=(any)
-url="https://github.com/ldo/dbussy"
+url="https://gitlab.com/ldo/dbussy"
license=('LGPL')
depends=('python')
makedepends=('git' 'python-setuptools')
provides=("${_pkgbase}")
conflicts=("${_pkgbase}")
-source=("${_pkgbase}::git+https://github.com/ldo/dbussy.git")
+source=("${_pkgbase}::git+https://gitlab.com/ldo/dbussy.git")
sha256sums=('SKIP')
pkgver() {