summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Webb2015-06-09 02:27:39 -0700
committerTristan Webb2015-06-09 02:27:39 -0700
commit5297892133b9a7c6218e18f40df43df6825dab11 (patch)
tree82db89610c284c01f72c5b06dcdbac9ee46e02d6
parent7109d6a3aa7d98ece0d8c8002fc2e9c8da557e2e (diff)
downloadaur-5297892133b9a7c6218e18f40df43df6825dab11.tar.gz
fix repo location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf11c186bbed..31ec156939dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = haskell-stack-git
optdepends = docker: Use Docker images to build your project in a temporary container
provides = haskell-stack
conflicts = haskell-stack
- source = stack::git+git://localhost/stack.git
+ source = stack::git+git://github.com:commercialhaskell/stack.git
md5sums = SKIP
pkgname = haskell-stack-git
diff --git a/PKGBUILD b/PKGBUILD
index 35347dd599a6..ebc4dba76789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('docker: Use Docker images to build your project in a temporary cont
provides=('haskell-stack')
conflicts=('haskell-stack')
# install=
-source=("${_pkgname}::git+git://localhost/stack.git")
+source=("${_pkgname}::git+https://github.com/commercialhaskell/stack.git")
md5sums=('SKIP')
prepare() {