summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoffrey Casper2021-03-04 14:39:51 -0500
committerGeoffrey Casper2021-03-04 14:39:51 -0500
commitd819777db974dff33c508f78570d46455858ad48 (patch)
treed4271f966e3a6c0a46ed88dc4616fca560fa9727
parentba604c1316abec87a4ddb3d6d07dd35cfb4810be (diff)
downloadaur-d819777db974dff33c508f78570d46455858ad48.tar.gz
Fix source issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a05d8f5e1cd9..1ca94544cc2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = qt5-wayland-bugfixport-git
depends = wayland
provides = qt5-wayland
conflicts = qt5-wayland
- source = https://github.com/Geo25rey/qtwayland.git
+ source = git://github.com/Geo25rey/qtwayland.git
sha256sums = SKIP
pkgname = qt5-wayland-bugfixport-git
diff --git a/PKGBUILD b/PKGBUILD
index e54f672cb055..c42fff4998f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ depends=("qt5-declarative" "libxcomposite" "wayland")
makedepends=("git")
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("https://github.com/Geo25rey/qtwayland.git")
+source=("git://github.com/Geo25rey/qtwayland.git")
sha256sums=("SKIP")
pkgver() {