summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3731d4c8a69f..d097a7d3fd65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = i3-projects
depends = i3-wm
depends = python3
depends = zenity
- source = g!it+https://github.com/zzelman/i3-projects.git#tag=release/1.1.1
+ source = git+https://github.com/zzelman/i3-projects.git#tag=release/1.1.1
md5sums = SKIP
pkgname = i3-projects
diff --git a/PKGBUILD b/PKGBUILD
index 36afec057c9c..05c00541824d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("any")
url="https://github.com/zzelman/i3-projects"
license=('GPL3')
depends=('i3-wm' 'python3' 'zenity')
-source=("g!it+https://github.com/zzelman/i3-projects.git#tag=release/1.1.1")
+source=("git+https://github.com/zzelman/i3-projects.git#tag=release/1.1.1")
md5sums=("SKIP")
package() {