summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2022-03-16 23:11:49 +1100
committerLuis Aranguren2022-03-16 23:11:49 +1100
commit3d4fc18fc88f258a55b2c07d481c04c66873b0d0 (patch)
tree7a94a38168aca16fd3c289747243a055fe88ef93 /PKGBUILD
parent17cc3a1f2a8babeeab15599f43e80b3d876d64a9 (diff)
downloadaur-3d4fc18fc88f258a55b2c07d481c04c66873b0d0.tar.gz
pkgver 0.22.1.r2.ge55950f, fixed git:// deprecation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {