summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Schulte2019-11-02 14:01:06 -0400
committerEric Schulte2019-11-02 14:01:06 -0400
commita62b6948a014d3905cdce3228b7be47a263bd906 (patch)
tree10671ad23b6f67c38f26abd3e6d27025455894a7 /PKGBUILD
parent4a770c6706ad7a80f33a25ce04c369972da65b42 (diff)
downloadaur-a62b6948a014d3905cdce3228b7be47a263bd906.tar.gz
Oops, should redirect the one that matters
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32d5a95d8214..eea014d81941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Maintainer: Eric Schulte <eschulte@grammatech.com>
_srcname=protobuf
pkgname=cl-${_srcname}-git
-pkgver=r128.bfcde84
+pkgver=r125.3caf969
pkgrel=1
pkgdesc="Protobuf is a Common Lisp implementation of Google's protocol buffers."
arch=('x86_64')
-# url="https://github.com/brown/protobuf"
-# Temporarily until changes are merged upstream.
-url="https://github.com/eschulte/protobuf"
+url="https://github.com/brown/protobuf"
license=('BSD')
optdepends=('boost' 'protobuf')
depends=()
makedepends=('git' 'make')
provides=("cl-${_srcname}")
-source=('git://github.com/brown/protobuf.git')
+# source=('git://github.com/brown/protobuf.git')
+# Temporarily until changes are merged upstream.
+source=('git://github.com/eschulte/protobuf.git')
sha512sums=('SKIP')
pkgver() {