summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-11-02 14:01:06 -0400
committerEric Schulte2019-11-02 14:01:06 -0400
commita62b6948a014d3905cdce3228b7be47a263bd906 (patch)
tree10671ad23b6f67c38f26abd3e6d27025455894a7
parent4a770c6706ad7a80f33a25ce04c369972da65b42 (diff)
downloadaur-a62b6948a014d3905cdce3228b7be47a263bd906.tar.gz
Oops, should redirect the one that matters
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20d091c7f91d..a7733e91b42a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = cl-protobuf-git
pkgdesc = Protobuf is a Common Lisp implementation of Google's protocol buffers.
- pkgver = r128.bfcde84
+ pkgver = r125.3caf969
pkgrel = 1
- url = https://github.com/eschulte/protobuf
+ url = https://github.com/brown/protobuf
arch = x86_64
license = BSD
makedepends = git
@@ -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 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() {