summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a967858604d..0d3638a4d23a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = cl-protobuf-git
optdepends = boost
optdepends = protobuf
provides = cl-protobuf
- source = git+file:///home/eschulte/lisp/local-projects/protobuf
+ source = git://github.com/brown/protobuf.git
sha512sums = SKIP
pkgname = cl-protobuf-git
diff --git a/PKGBUILD b/PKGBUILD
index da12d185e0a7..6d6d3e361da2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,7 @@ optdepends=('boost' 'protobuf')
depends=()
makedepends=('git' 'make')
provides=("cl-${_srcname}")
-# source=('git://github.com/brown/protobuf.git')
-source=('git+file:///home/eschulte/lisp/local-projects/protobuf')
+source=('git://github.com/brown/protobuf.git')
sha512sums=('SKIP')
pkgver() {