summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFichteFoll2018-09-09 21:19:46 +0200
committerFichteFoll2018-09-09 21:19:46 +0200
commit204dc8504c7b16bb01c7fe5c63848a64fa3af8af (patch)
tree9f1259cfd98a770a37d4dfcce3d02f202c6305f9
parent2321d8a94054281153ad3572c85451b04fda9502 (diff)
downloadaur-204dc8504c7b16bb01c7fe5c63848a64fa3af8af.tar.gz
Update version because of python update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76775f5ce314..8699ed0466d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-dbussy-git
pkgdesc = Python binding for D-Bus using asyncio
- pkgver = r447.cc89ae8
+ pkgver = 1.1.r3.g3a7ae2f
pkgrel = 1
url = https://github.com/ldo/dbussy
arch = any
@@ -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
+ source = python-dbussy::git+https://github.com/ldo/dbussy.git
sha256sums = SKIP
pkgname = python-dbussy-git
diff --git a/PKGBUILD b/PKGBUILD
index 4575b85dc7c6..0b3cbb146373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=python-dbussy
# _name=${_pkgbase#python-}
pkgname="${_pkgbase}-git"
-pkgver=r447.cc89ae8
+pkgver=1.1.r3.g3a7ae2f
pkgrel=1
pkgdesc="Python binding for D-Bus using asyncio"
arch=(any)
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('git' 'python-setuptools')
provides=("${_pkgbase}")
conflicts=("${_pkgbase}")
-source=("${_pkgbase}::git+https://github.com/ldo/dbussy")
+source=("${_pkgbase}::git+https://github.com/ldo/dbussy.git")
sha256sums=('SKIP')
pkgver() {