summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-08-12 08:56:35 -0300
committerRafael Fontenelle2020-08-12 08:56:35 -0300
commitd2a4f46269d1f18de82eb9f0d32605972ad19e81 (patch)
tree01d29264a468fff90008faf08e5f60aae435de15
parent34754e63deff286f7e49eee49e02d4170172dca6 (diff)
downloadaur-d2a4f46269d1f18de82eb9f0d32605972ad19e81.tar.gz
Update to 0.0.15
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eb1b184a978..943da9d22576 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildbox-common
pkgdesc = Shared protocol-buffer definitions and various helper functions
- pkgver = 0.0.14.r0.gdfa32b2
+ pkgver = 0.0.15.r0.gcd1802a
pkgrel = 1
url = https://buildgrid.build
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = buildbox-common
depends = grpc
depends = gtest
depends = gmock
- source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=dfa32b2d9914cb14c202c590586014d302d33781
+ source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=cd1802adaf3e62d8c5bca26c9c017c0ceec178ea
sha256sums = SKIP
pkgname = buildbox-common
diff --git a/PKGBUILD b/PKGBUILD
index ec95fee25276..6d57786565a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildbox-common
-pkgver=0.0.14.r0.gdfa32b2
+pkgver=0.0.15.r0.gcd1802a
pkgrel=1
pkgdesc="Shared protocol-buffer definitions and various helper functions"
arch=(x86_64)
@@ -8,7 +8,7 @@ url="https://buildgrid.build"
license=('Apache')
depends=('grpc' 'gtest' 'gmock')
makedepends=('cmake' 'git')
-_commit=dfa32b2d9914cb14c202c590586014d302d33781 # release 0.0.14
+_commit=cd1802adaf3e62d8c5bca26c9c017c0ceec178ea # release 0.0.15
source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=$_commit")
sha256sums=('SKIP')