summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-04-23 23:41:44 -0500
committerDoug Newgard2015-04-23 23:41:44 -0500
commitfc5a5c710dac627c703e077dede6d56d5119f43e (patch)
tree08a5cd7ecdd87375ddf9a6dd81f5d979f741067a
parentd432a2025e8ff95a12df5293abe29b1f3e8e917c (diff)
downloadaur-fc5a5c710dac627c703e077dede6d56d5119f43e.tar.gz
Point to upstream's own repo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68892101b886..e637c9122ea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = libphutil-git
depends = php
provides = libphutil=5.r793.g20d4310
conflicts = libphutil
- source = git://github.com/facebook/libphutil.git
+ source = git+https://secure.phabricator.com/diffusion/PHU/libphutil.git
sha256sums = SKIP
pkgname = libphutil-git
diff --git a/PKGBUILD b/PKGBUILD
index 60bbfc457518..e2cb1b08b7c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('php')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-source=("git://github.com/facebook/$_pkgname.git")
+source=("git+https://secure.phabricator.com/diffusion/PHU/libphutil.git")
sha256sums=('SKIP')
pkgver() {