summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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=()