diff --git a/buildozer/.SRCINFO b/buildozer/.SRCINFO index 2501c36..ca8fddf 100644 --- a/buildozer/.SRCINFO +++ b/buildozer/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = buildozer pkgdesc = A command line tool to rewrite Bazel BUILD files using standard conventions - pkgver = 7.3.1 - pkgrel = 2 + pkgver = 8.0.0 + pkgrel = 1 url = https://github.com/bazelbuild/buildtools arch = x86_64 arch = aarch64 @@ -9,7 +9,7 @@ pkgbase = buildozer makedepends = git makedepends = python conflicts = buildozer-bin - source = buildozer::git+https://github.com/bazelbuild/buildtools.git#commit=45b7ddb516e521e68794bf409d73ff8a32641de3 + source = buildozer::git+https://github.com/bazelbuild/buildtools.git#commit=a9c248f4b6847cf04e5ec12c6fbe1af085d4193d md5sums = SKIP source_x86_64 = bazelisk-bin-x86_64-1.25.0::https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64 sha256sums_x86_64 = fd8fdff418a1758887520fa42da7e6ae39aefc788cf5e7f7bb8db6934d279fc4 diff --git a/buildozer/PKGBUILD b/buildozer/PKGBUILD index 6096a28..8cb2c4d 100644 --- a/buildozer/PKGBUILD +++ b/buildozer/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: Benjamin Denhartog pkgname=buildozer -pkgver=7.3.1 -pkgrel=2 +pkgver=8.0.0 +pkgrel=1 pkgdesc='A command line tool to rewrite Bazel BUILD files using standard conventions' arch=('x86_64' 'aarch64') license=('Apache') url='https://github.com/bazelbuild/buildtools' makedepends=('git' 'python') conflicts=('buildozer-bin') -_commit='45b7ddb516e521e68794bf409d73ff8a32641de3' +_commit='a9c248f4b6847cf04e5ec12c6fbe1af085d4193d' source=("${pkgname}::git+$url.git#commit=$_commit") _bazelisk_pkgver="1.25.0" source_x86_64=(