summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-11-02 13:55:33 -0400
committerEric Schulte2019-11-02 13:55:33 -0400
commit4a770c6706ad7a80f33a25ce04c369972da65b42 (patch)
tree3921da0c0e059ada97e488e94e0da6a2d3898806
parent6955640ed9e634ad4533b092fa38463cdf0f5db8 (diff)
downloadaur-4a770c6706ad7a80f33a25ce04c369972da65b42.tar.gz
Temporarily redirect until fixes are upstreamed
-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=()