summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2020-09-15 20:41:52 -0300
committerRafael Fontenelle2020-09-15 20:41:52 -0300
commit42e0c272240449eebc1ad17411c47bf0b8dc8c1f (patch)
tree8eb1d271c1f776ef3b3793cf964bd7018b4b1522
parent14b3afd2be7b4043d30135c4af7f2200ee0d682d (diff)
downloadaur-42e0c272240449eebc1ad17411c47bf0b8dc8c1f.tar.gz
Update to 0.0.19
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d87d03baf979..a041a1cfd1e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildbox-common
pkgdesc = Shared protocol-buffer definitions and various helper functions
- pkgver = 0.0.17.r0.g9375822
+ pkgver = 0.0.19.r0.g735d4b3
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=9375822e1f4a8fde397326c80fe7ca12e3c1fdba
+ source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=735d4b33a5fdb38524913a3a74add395beff44dd
sha256sums = SKIP
pkgname = buildbox-common
diff --git a/PKGBUILD b/PKGBUILD
index dccd5298b0f2..a9e5424a34dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildbox-common
-pkgver=0.0.17.r0.g9375822
+pkgver=0.0.19.r0.g735d4b3
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=9375822e1f4a8fde397326c80fe7ca12e3c1fdba # release 0.0.17
+_commit=735d4b33a5fdb38524913a3a74add395beff44dd # release 0.0.19
source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-common#commit=$_commit")
sha256sums=('SKIP')