summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukbeom Kim2016-04-09 04:25:53 +0800
committerSukbeom Kim2016-04-09 04:25:53 +0800
commitf9812832c2099ac7bd225453ccb360ffa02e28a6 (patch)
treecd0bd2dc6ddec397f44f23673514ab97dbc3a4f4
parent6eb9a94b57c96587aef8fb3f36076f8f7e47c52b (diff)
downloadaur-f9812832c2099ac7bd225453ccb360ffa02e28a6.tar.gz
Fixed wrong source path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 512a82761172..52285791f54e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = shell_shortcut
url = https://github.com/seokbeomKim/shell_shortcut
arch = any
license = GPL
- source = https://github.com/seokbeomKim/shell_shortcut
+ source = git://github.com/seokbeomKim/shell_shortcut
md5sums = SKIP
pkgname = shell_shortcut
diff --git a/PKGBUILD b/PKGBUILD
index f9279d4cdbae..c7b1d1fb68f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,9 @@ arch=('any')
url="https://github.com/seokbeomKim/shell_shortcut"
license=('GPL')
depends=('')
-source=("https://github.com/seokbeomKim/shell_shortcut")
+source=("git://github.com/seokbeomKim/shell_shortcut")
md5sums=('SKIP')
-
package() {
cd "$srcdir/$pkgname"