summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-04-12 12:12:48 +0200
committerChristopher Arndt2022-04-12 12:12:48 +0200
commitcf678d47f9083fd34a787cb052b307aeb9f83d8d (patch)
treed53fc54fa5428d37ba7bc007ef269e5b6b63cf4e
parent9c4894f9beb7c5186cca5887ae6b0b7f22ad88f6 (diff)
downloadaur-cf678d47f9083fd34a787cb052b307aeb9f83d8d.tar.gz
Update source URL to use https: instead of git:
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5bbc8ffbbe2..926d7ca15892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geany-git
pkgdesc = Fast and lightweight IDE (git version)
- pkgver = 1.36.0.r49.gd8f532b5a
+ pkgver = 1.38.0.r151.gdf27d1b22
pkgrel = 1
url = https://github.com/geany/geany
arch = x86_64
@@ -18,12 +18,11 @@ pkgbase = geany-git
optdepends = geany-plugins: additional functionality
optdepends = vte3: enbedded terminal support
provides = geany
- provides = geany=1.36.0.r49.gd8f532b5a
+ provides = geany=1.38.0.r151.gdf27d1b22
conflicts = geany
conflicts = geany-gtk3
conflicts = geany-gtk3-git
- source = geany::git://github.com/geany/geany.git
+ source = geany::git+https://github.com/geany/geany.git
md5sums = SKIP
pkgname = geany-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3d65aa69f837..83a4e0c38bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=geany
pkgname=${_gitname}-git
-pkgver=1.36.0.r49.gd8f532b5a
+pkgver=1.38.0.r151.gdf27d1b22
pkgrel=1
pkgdesc="Fast and lightweight IDE (git version)"
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ optdepends=(
)
conflicts=("${_gitname}" "${_gitname}-gtk3" "${_gitname}-gtk3-git")
provides=("${_gitname}" "${_gitname}=$pkgver")
-source=(${_gitname}::git://github.com/${_gitname}/${_gitname}.git)
+source=(${_gitname}::git+https://github.com/${_gitname}/${_gitname}.git)
md5sums=('SKIP')