diff options
author | willemw12 | 2019-08-26 08:26:51 +0200 |
---|---|---|
committer | willemw12 | 2019-08-26 08:26:51 +0200 |
commit | 944a576066a5fcc6adbb8de29b37933c47822ce3 (patch) | |
tree | 7432b29b811693f25a9955405af4b29de597bffe | |
parent | 4ef7c01ff713913a9fdaaf343987d7c9d21d7b6b (diff) | |
download | aur-944a576066a5fcc6adbb8de29b37933c47822ce3.tar.gz |
Change from git:// to git+https:// in source URL
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 6 deletions
@@ -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 @@ -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() { |