summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeviantfero2022-04-04 08:41:45 -0600
committerdeviantfero2022-04-04 08:41:45 -0600
commit25b0ad3199e03475dac6d946b337689f11919723 (patch)
tree4b21543dc44590397ba48f905e127274c8f1b6ef
parent65a570f2ca8ba0e30bc990da4c1b11c5d9b95425 (diff)
downloadaur-25b0ad3199e03475dac6d946b337689f11919723.tar.gz
Update URL to include https protocol as well
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1599b50f70f8..3c4684aadf4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = wpgtk-git
provides = wpgtk=r871.4854f42
conflicts = wpgtk
noextract = wpgtk.png
- source = https://github.com/deviantfero/wpgtk#branch=master
+ source = git+https://github.com/deviantfero/wpgtk.git
source = wpgtk.png::https://github.githubassets.com/images/icons/emoji/unicode/1f3b4.png
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 310d40ed0264..77405c2287a4 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=("https://github.com/${_gitauthor}/${_gitname}#branch=${_gitbranch}"
+source=("git+https://github.com/${_gitauthor}/${_gitname}.git"
"wpgtk.png::https://github.githubassets.com/images/icons/emoji/unicode/1f3b4.png")
noextract=('wpgtk.png')
sha512sums=('SKIP' 'SKIP')