summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukbeom Kim2016-04-09 04:16:52 +0800
committerSukbeom Kim2016-04-09 04:16:52 +0800
commit48ee8aa7e45ab6d5fd5befa6ca1c28d3fc837374 (patch)
treec07d2f616f26498ff50165c8370993437ed90b71
parent7d7eb445fd68e4fa2d2bd165508add2843fa1c26 (diff)
downloadaur-48ee8aa7e45ab6d5fd5befa6ca1c28d3fc837374.tar.gz
Fixed wrong source path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a44f8e73857e..f9279d4cdbae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/seokbeomKim/shell_shortcut"
license=('GPL')
depends=('')
-source=("git://github.com/seokbeomKim/shell_shortcut")
+source=("https://github.com/seokbeomKim/shell_shortcut")
md5sums=('SKIP')