summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122019-08-26 08:26:51 +0200
committerwillemw122019-08-26 08:26:51 +0200
commit944a576066a5fcc6adbb8de29b37933c47822ce3 (patch)
tree7432b29b811693f25a9955405af4b29de597bffe
parent4ef7c01ff713913a9fdaaf343987d7c9d21d7b6b (diff)
downloadaur-944a576066a5fcc6adbb8de29b37933c47822ce3.tar.gz
Change from git:// to git+https:// in source URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e153749655cd..e1eef24e8d0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jun 18 21:06:47 UTC 2017
pkgbase = python2-twodict-git
pkgdesc = Simple two way ordered dictionary for Python
- pkgver = 1.2.r0.g4c6e0e3
+ pkgver = 1.2.r2.g925d3bd
pkgrel = 1
url = https://github.com/MrS0m30n3/twodict
arch = any
@@ -11,7 +9,7 @@ pkgbase = python2-twodict-git
depends = python2
provides = python2-twodict
conflicts = python2-twodict
- source = python2-twodict-git::git://github.com/MrS0m30n3/twodict.git
+ source = python2-twodict-git::git+https://github.com/MrS0m30n3/twodict.git
md5sums = SKIP
pkgname = python2-twodict-git
diff --git a/PKGBUILD b/PKGBUILD
index e209d379abca..585ac78203fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#pkgname=('python-twodict' 'python2-twodict')
_pkgname=python2-twodict
pkgname=$_pkgname-git
-pkgver=1.2.r0.g4c6e0e3
+pkgver=1.2.r2.g925d3bd
pkgrel=1
pkgdesc="Simple two way ordered dictionary for Python"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python2')
makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)
-source=($pkgname::git://github.com/MrS0m30n3/twodict.git)
+source=($pkgname::git+https://github.com/MrS0m30n3/twodict.git)
md5sums=('SKIP')
pkgver() {