summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2022-04-12 12:12:48 +0200
committerChristopher Arndt2022-04-12 12:12:48 +0200
commitcf678d47f9083fd34a787cb052b307aeb9f83d8d (patch)
treed53fc54fa5428d37ba7bc007ef269e5b6b63cf4e /PKGBUILD
parent9c4894f9beb7c5186cca5887ae6b0b7f22ad88f6 (diff)
downloadaur-cf678d47f9083fd34a787cb052b307aeb9f83d8d.tar.gz
Update source URL to use https: instead of git:
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')