summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2020-08-22 19:11:43 +0200
committerMichal Wojdyla2020-08-22 19:11:43 +0200
commitf80847f39cfff5226f4f162582bf5549126d28d5 (patch)
tree7557fca7658e6df93b05abfd2a98cfb50d66b09f /PKGBUILD
parentee215d31f61d204ffb0ee226704fb95d300088d6 (diff)
downloadaur-f80847f39cfff5226f4f162582bf5549126d28d5.tar.gz
forgot to update sources oops
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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