summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7507768eeef0..a84ad989578f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiorpcx-git
pkgdesc = A generic asyncio library implementation of RPC suitable for an application that is a client, server or both.
- pkgver = 0.22.0.r0.gd3f5ac5
+ pkgver = 0.22.1.r2.ge55950f
pkgrel = 1
url = https://github.com/kyuupichan/aiorpcX/
arch = any
@@ -12,8 +12,7 @@ pkgbase = python-aiorpcx-git
optdepends = python-websockets
provides = python-aiorpcx
conflicts = python-aiorpcx
- source = git://github.com/kyuupichan/aiorpcX.git
+ source = git+https://github.com/kyuupichan/aiorpcX.git
sha256sums = SKIP
pkgname = python-aiorpcx-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 01dfc10869ac..71eeb273c81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-aiorpcx-git'
_gitname='aiorpcX'
-pkgver=0.22.0.r0.gd3f5ac5
+pkgver=0.22.1.r2.ge55950f
pkgrel=1
pkgdesc="A generic asyncio library implementation of RPC suitable for an application that is a client, server or both."
url="https://github.com/kyuupichan/aiorpcX/"
@@ -14,7 +14,7 @@ conflicts=('python-aiorpcx')
depends=('python>=3.6' 'python-attrs')
makedepends=('python-setuptools' 'git')
optdepends=('python-websockets')
-source=("git://github.com/kyuupichan/aiorpcX.git")
+source=("git+https://github.com/kyuupichan/aiorpcX.git")
sha256sums=('SKIP')
pkgver() {