summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Gorbunov2022-08-12 11:58:17 +0300
committerVladimir Gorbunov2022-08-12 11:58:17 +0300
commit0615fd4c8e628460fdd2e613537f235f70970c0e (patch)
tree9f78e034822cca958f58df972b56e3eb765f2781 /PKGBUILD
parent356357d781a78eb94f3877fdb0d03eea4dcdc967 (diff)
downloadaur-python-astor-git.tar.gz
Change git url to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fabd5860a17..6296411e274f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vladimir Gorbunov <truedaemon@gmail.com>
pkgname=python-astor-git
_gitname=astor
-pkgver=0.8.1.r5.g6ce175b
+pkgver=0.8.1.r7.ga9c5f8d
pkgrel=1
pkgdesc="Read/rewrite/write Python ASTs"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'git')
options=(!emptydirs)
conflicts=('python-astor')
provides=('python-astor')
-source=("git://github.com/berkerpeksag/astor.git")
+source=("git+https://github.com/berkerpeksag/astor.git")
md5sums=("SKIP")
pkgver() {