summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-03-05 16:16:26 -0300
committerRafael Fontenelle2021-03-05 16:16:26 -0300
commit8f71abdbb52b85d6d92341d597aa8fa3b59ad6e4 (patch)
tree30b3d54ad1aac0bd494414b15b0b49fe92dce2e8
parent183f2356d5c9d0015304c919d543934692cad4c0 (diff)
downloadaur-8f71abdbb52b85d6d92341d597aa8fa3b59ad6e4.tar.gz
Update to 0.0.41
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5395ef5a3f1c..bec7f458fc67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildbox-common
pkgdesc = Shared protocol-buffer definitions and various helper functions
- pkgver = 0.0.40.r0.g86d116e
+ pkgver = 0.0.41.r0.gcbf52bb
pkgrel = 1
url = https://buildgrid.build
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = buildbox-common
depends = gmock
depends = gflags
depends = google-glog
- source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=86d116ef98c013b23ecf401bb50aa2de4cd349e2
+ source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=cbf52bb5e2a5e515cd95fb165fc4848bd4b5d925
sha256sums = SKIP
pkgname = buildbox-common
diff --git a/PKGBUILD b/PKGBUILD
index 1a467c5854d7..9ae8238a7b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildbox-common
-pkgver=0.0.40.r0.g86d116e
+pkgver=0.0.41.r0.gcbf52bb
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=('c-ares' 'grpc' 'gtest' 'gmock' 'gflags' 'google-glog')
makedepends=('cmake' 'git')
-_commit=86d116ef98c013b23ecf401bb50aa2de4cd349e2 # release 0.0.40
+_commit=cbf52bb5e2a5e515cd95fb165fc4848bd4b5d925 # release 0.0.41
source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=$_commit")
sha256sums=('SKIP')