summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Schulte2020-05-11 10:52:42 -0400
committerEric Schulte2020-05-11 10:52:42 -0400
commit4764a819b81732076703050ff2af7556f6931797 (patch)
treef19aad7594d9e5761a75ced82871d4b5c8ab7122 /PKGBUILD
parent27d6be4b67e93ed276959f514f8f4e282e2c24bf (diff)
downloadaur-cl-protobuf-git.tar.gz
Switch back to canonical source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
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() {