summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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() {