summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-26 14:46:27 +0300
committerCaleb Maclennan2023-06-26 14:46:27 +0300
commita59fd367e7f77ff58d2e02fe12d502bb296a4a5e (patch)
tree09d5d8b4791dd8a1b04a3d317b09df83421a37ae
parent39798124935c0209c97062ece2738c4d3062ab79 (diff)
downloadaur-a59fd367e7f77ff58d2e02fe12d502bb296a4a5e.tar.gz
upgpkg: python-usfm2osis-cw-git r139.a861a53-3
Fix URL scheme
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a4afccf7ed8..f3cc0089e791 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-usfm2osis-cw-git
pkgdesc = Tools for converting Bibles from USFM to OSIS XML (CrossWire Development Fork)
pkgver = r139.a861a53
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/JohnAustinDev/Module-tools/
arch = any
license = GPL
@@ -14,7 +14,7 @@ pkgbase = python-usfm2osis-cw-git
provides = python-usfm2osis
conflicts = python-usfm2osis
options = !emptydirs
- source = git://github.com/alerque/usfm2osis.git#branch=module-tools-sync
+ source = git+https://github.com/alerque/usfm2osis.git#branch=module-tools-sync
sha256sums = SKIP
pkgname = python-usfm2osis-cw-git
diff --git a/PKGBUILD b/PKGBUILD
index 1325c5a04e53..7a87f6c6e527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-usfm2osis-cw-git
_pypiname=usfm2osis
pkgver=r139.a861a53
-pkgrel=2
+pkgrel=3
_branch=module-tools-sync
pkgdesc='Tools for converting Bibles from USFM to OSIS XML (CrossWire Development Fork)'
arch=(any)
@@ -17,7 +17,7 @@ makedepends=(git
options=(!emptydirs)
provides=("${pkgname%-cw-git}")
conflicts=("${pkgname%-cw-git}")
-source=("git://github.com/alerque/$_pypiname.git#branch=$_branch")
+source=("git+https://github.com/alerque/$_pypiname.git#branch=$_branch")
sha256sums=('SKIP')
pkgver() {