summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-05-29 17:05:02 -0300
committerRafael Fontenelle2021-05-29 17:05:02 -0300
commite96bc4cfa63cd57839914747b882f78ffd6d51a4 (patch)
tree982b79022095754f4182f458dafae155bf5cb276
parent25d8dadff36ba39e3b1ad2335e9d749edcd520dd (diff)
downloadaur-e96bc4cfa63cd57839914747b882f78ffd6d51a4.tar.gz
Update to 0.0.44
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67f976bf642f..3003f04eebe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buildbox-casd
pkgdesc = Local cache and proxy for remote CAS servers
- pkgver = 0.0.42.r0.g0df5ef5
+ pkgver = 0.0.44.r0.g0ace1cb
pkgrel = 1
url = https://buildgrid.build
arch = x86_64
@@ -8,7 +8,8 @@ pkgbase = buildbox-casd
makedepends = cmake
makedepends = git
depends = buildbox-common
- source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-casd#commit=0df5ef567b0ac67e2612514d223c9a5d56227241
+ depends = util-linux-libs
+ source = git+https://gitlab.com/BuildGrid/buildbox/buildbox-casd#commit=0ace1cbe8489f7291f9db67d9945ca4258118e4c
sha256sums = SKIP
pkgname = buildbox-casd
diff --git a/PKGBUILD b/PKGBUILD
index 2cffcaabbdd6..6eef2108f33e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=buildbox-casd
-pkgver=0.0.42.r0.g0df5ef5
+pkgver=0.0.44.r0.g0ace1cb
pkgrel=1
pkgdesc="Local cache and proxy for remote CAS servers"
arch=(x86_64)
url="https://buildgrid.build"
license=('Apache')
-depends=('buildbox-common')
+depends=('buildbox-common' 'util-linux-libs')
makedepends=('cmake' 'git')
-_commit=0df5ef567b0ac67e2612514d223c9a5d56227241 # release 0.0.42
+_commit=0ace1cbe8489f7291f9db67d9945ca4258118e4c # release 0.0.44
source=("git+https://gitlab.com/BuildGrid/buildbox/buildbox-casd#commit=$_commit")
sha256sums=('SKIP')