summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeviantfero2022-04-04 08:08:50 -0600
committerdeviantfero2022-04-04 08:08:50 -0600
commit65a570f2ca8ba0e30bc990da4c1b11c5d9b95425 (patch)
tree4fcc32a9ef489016118e8524e1b6a0ce9b783c7f
parent9887fc89a046e50b9085e87cee865fa86efbf02c (diff)
downloadaur-65a570f2ca8ba0e30bc990da4c1b11c5d9b95425.tar.gz
Change https protocol to https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03f2e67dfbf6..1599b50f70f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = wpgtk-git
provides = wpgtk=r871.4854f42
conflicts = wpgtk
noextract = wpgtk.png
- source = git://github.com/deviantfero/wpgtk#branch=master
+ source = https://github.com/deviantfero/wpgtk#branch=master
source = wpgtk.png::https://github.githubassets.com/images/icons/emoji/unicode/1f3b4.png
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a62dc517fd5a..310d40ed0264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="A gui wallpaper chooser that changes your WM theme, GTK theme and more"
url="https://github.com/${_gitauthor}/${_gitname}"
license=('GPLv2')
-source=("git://github.com/${_gitauthor}/${_gitname}#branch=${_gitbranch}"
+source=("https://github.com/${_gitauthor}/${_gitname}#branch=${_gitbranch}"
"wpgtk.png::https://github.githubassets.com/images/icons/emoji/unicode/1f3b4.png")
noextract=('wpgtk.png')
sha512sums=('SKIP' 'SKIP')