summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eecc63e8d05..a30c0a4b83ab 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 = r134.fdc3af4
+ pkgver = r137.3764ef2
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/eschulte/protobuf.git
+ source = git://github.com/brown/protobuf.git
sha512sums = SKIP
pkgname = cl-protobuf-git
diff --git a/PKGBUILD b/PKGBUILD
index 189a1a8ec017..d8db17494f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Schulte <eschulte@grammatech.com>
_srcname=protobuf
pkgname=cl-${_srcname}-git
-pkgver=r134.fdc3af4
+pkgver=r137.3764ef2
pkgrel=1
pkgdesc="Protobuf is a Common Lisp implementation of Google's protocol buffers."
arch=('x86_64')
@@ -12,9 +12,7 @@ optdepends=('boost' 'protobuf')
depends=()
makedepends=('git' 'make')
provides=("cl-${_srcname}")
-# 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')
+source=('git://github.com/brown/protobuf.git')
sha512sums=('SKIP')
pkgver() {