summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122022-03-19 07:19:28 +0100
committerwillemw122022-03-19 07:19:28 +0100
commit50057d570d76563a85e59502902352d1aa753853 (patch)
tree34fa4f33c763902fdd4a766800831f04aa0de159
parent78c55d1074f011bca3ce9af70eb73d8371d08e6f (diff)
downloadaur-50057d570d76563a85e59502902352d1aa753853.tar.gz
Change source URL from git:// to git+https://
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 238631671276..4d907d34c55c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jan 2 17:20:46 UTC 2016
pkgbase = python-code-chat-git
pkgdesc = Source code to HTML translator (literate programming)
- pkgver = 1.2.1.r0.g6c15264
+ pkgver = 1.9.0.r5.g05f02b3
pkgrel = 1
url = https://github.com/bjones1/CodeChat
arch = any
@@ -12,8 +10,7 @@ pkgbase = python-code-chat-git
depends = python-docutils
provides = python-code-chat
conflicts = python-code-chat
- source = python-code-chat-git::git://github.com/bjones1/CodeChat.git
+ source = python-code-chat-git::git+https://github.com/bjones1/CodeChat.git
md5sums = SKIP
pkgname = python-code-chat-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3a2b736455ac..90fbf82270c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=python-code-chat
pkgname=$_pkgname-git
-pkgver=1.2.1.r0.g6c15264
+pkgver=1.9.0.r5.g05f02b3
pkgrel=1
pkgdesc="Source code to HTML translator (literate programming)"
arch=('any')
@@ -10,9 +10,9 @@ url="https://github.com/bjones1/CodeChat"
license=('GPL3')
depends=('python-docutils')
makedepends=('git' 'python-setuptools')
-provides=($_pkgname)
-conflicts=($_pkgname)
-source=($pkgname::git://github.com/bjones1/CodeChat.git)
+provides=("$_pkgname")
+conflicts=("$_pkgname")
+source=("$pkgname::git+$url.git")
md5sums=('SKIP')
pkgver() {