summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d3638a4d23a..20d091c7f91d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = cl-protobuf-git
pkgdesc = Protobuf is a Common Lisp implementation of Google's protocol buffers.
pkgver = r128.bfcde84
pkgrel = 1
- url = https://github.com/brown/protobuf
+ url = https://github.com/eschulte/protobuf
arch = x86_64
license = BSD
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6d6d3e361da2..32d5a95d8214 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,9 @@ pkgver=r128.bfcde84
pkgrel=1
pkgdesc="Protobuf is a Common Lisp implementation of Google's protocol buffers."
arch=('x86_64')
-url="https://github.com/brown/protobuf"
+# url="https://github.com/brown/protobuf"
+# Temporarily until changes are merged upstream.
+url="https://github.com/eschulte/protobuf"
license=('BSD')
optdepends=('boost' 'protobuf')
depends=()