summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Avrett2018-09-04 11:28:27 -0600
committerKyle Avrett2018-09-04 11:30:34 -0600
commit2e341e4336cd7c1c78b82a4f3d5fa408620ed925 (patch)
tree2a4c47711222e47d777e1e38f90851584ef2bb19
parent7aba4dafd6058e801f4e1e8a7a4e392274a80aee (diff)
downloadaur-2e341e4336cd7c1c78b82a4f3d5fa408620ed925.tar.gz
removed unintended char
-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() {