summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2020-01-16 10:40:32 -0500
committerEric Schulte2020-01-16 10:40:32 -0500
commitbb595e1d346c53233e06659b183f7dbc4c655e84 (patch)
tree5b0b31a954047cdec3efbb48c41f2a27c49d1e82
parenta62b6948a014d3905cdce3228b7be47a263bd906 (diff)
downloadaur-bb595e1d346c53233e06659b183f7dbc4c655e84.tar.gz
Switch to cannonical source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7733e91b42a..45b47e0bbe2d 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 = r125.3caf969
+ pkgver = r132.218d531
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 eea014d81941..2553c946320e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Schulte <eschulte@grammatech.com>
_srcname=protobuf
pkgname=cl-${_srcname}-git
-pkgver=r125.3caf969
+pkgver=r132.218d531
pkgrel=1
pkgdesc="Protobuf is a Common Lisp implementation of Google's protocol buffers."
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('git' 'make')
provides=("cl-${_srcname}")
# source=('git://github.com/brown/protobuf.git')
# Temporarily until changes are merged upstream.
-source=('git://github.com/eschulte/protobuf.git')
+source=('git://github.com/brown/protobuf.git')
sha512sums=('SKIP')
pkgver() {