summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45b47e0bbe2d..9eecc63e8d05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cl-protobuf-git
pkgdesc = Protobuf is a Common Lisp implementation of Google's protocol buffers.
- pkgver = r132.218d531
+ pkgver = r134.fdc3af4
pkgrel = 1
url = https://github.com/brown/protobuf
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cl-protobuf-git
optdepends = boost
optdepends = protobuf
provides = cl-protobuf
- source = git://github.com/brown/protobuf.git
+ source = git://github.com/eschulte/protobuf.git
sha512sums = SKIP
pkgname = cl-protobuf-git
diff --git a/PKGBUILD b/PKGBUILD
index 2553c946320e..189a1a8ec017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Schulte <eschulte@grammatech.com>
_srcname=protobuf
pkgname=cl-${_srcname}-git
-pkgver=r132.218d531
+pkgver=r134.fdc3af4
pkgrel=1
pkgdesc="Protobuf is a Common Lisp implementation of Google's protocol buffers."
arch=('x86_64')
@@ -13,8 +13,8 @@ depends=()
makedepends=('git' 'make')
provides=("cl-${_srcname}")
# source=('git://github.com/brown/protobuf.git')
-# Temporarily until changes are merged upstream.
-source=('git://github.com/brown/protobuf.git')
+# Temporarily until https://github.com/brown/protobuf/pull/19 is resolved.
+source=('git://github.com/eschulte/protobuf.git')
sha512sums=('SKIP')
pkgver() {