summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD4
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21a0cfaf2911..526e3f814661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = e-modules-extra-git
pkgdesc = Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere
pkgver = 20200822
- pkgrel = 1
+ pkgrel = 2
url = http://www.enlightenment.org
arch = i686
arch = x86_64
@@ -10,15 +10,15 @@ pkgbase = e-modules-extra-git
makedepends = git
depends = enlightenment
provides = e-modules-extra
- source = git://git.enlightenment.org/enlightenment/modules/alarm.git
- source = git://git.enlightenment.org/enlightenment/modules/cpu.git
- source = git://git.enlightenment.org/enlightenment/modules/desksanity.git
- source = git://git.enlightenment.org/enlightenment/modules/eenvader.fractal.git
- source = git://git.enlightenment.org/enlightenment/modules/eweather.git
- source = git://git.enlightenment.org/enlightenment/modules/mem.git
- source = git://git.enlightenment.org/enlightenment/modules/net.git
- source = git://git.enlightenment.org/enlightenment/modules/tclock.git
- source = git://git.enlightenment.org/enlightenment/modules/wlan.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/alarm.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/cpu.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/desksanity.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/eenvader.fractal.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/eweather.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/mem.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/net.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/tclock.git
+ source = git+https://git.enlightenment.org/enlightenment/modules/wlan.git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6adfaaaf8a02..d414f0304587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ containsElement () {
pkgname=e-modules-extra-git
pkgver=20200822
-pkgrel=1
+pkgrel=2
pkgdesc="Enlightenment modules: Extra unsupported modules in Git not already packaged elsewhere"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@@ -55,7 +55,7 @@ depends=('enlightenment')
makedepends=('git')
provides=("${pkgname%-*}")
for _module in ${_module_list[@]}; do
- source+=("git://git.enlightenment.org/enlightenment/modules/$_module.git")
+ source+=("git+https://git.enlightenment.org/enlightenment/modules/$_module.git")
sha256sums+=('SKIP')
done