summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Castelli2020-08-24 03:44:19 +0000
committerLorenzo Castelli2020-08-24 03:44:19 +0000
commit1555ce629224869714e1805f38532df26cfc05e7 (patch)
tree95336cb3726e513e681ba85a5c68ffd69c8bc9dc
parent02e8efaf6935b2ecbf0f191a42b69e369b87531e (diff)
downloadaur-1555ce629224869714e1805f38532df26cfc05e7.tar.gz
Updates to version 0.6.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a9b265faf6..f9d4d1970aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = build-arch-gce
pkgdesc = Builds an Arch image for Google Compute Engine
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder
arch = any
license = Apache
depends = arch-install-scripts
depends = e2fsprogs
- source = build-arch-gce-0.5.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/0.5.tar.gz
- sha256sums = 9b54c85687ed024a675ceea97836ab98bb0cfc60a7094f652e8dcd09e385d17c
+ source = build-arch-gce-0.6.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/0.6.tar.gz
+ sha256sums = 2e611d5c9ba793bfbdaf9ca4cbf72c901bf349bd93d24db25db30c3ea35f50e9
pkgname = build-arch-gce
diff --git a/PKGBUILD b/PKGBUILD
index 7a3dbfcaf265..87bff1cb2944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='build-arch-gce'
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc='Builds an Arch image for Google Compute Engine'
arch=('any')
@@ -24,7 +24,7 @@ url='https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder'
license=('Apache')
depends=('arch-install-scripts' 'e2fsprogs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/$pkgver.tar.gz")
-sha256sums=('9b54c85687ed024a675ceea97836ab98bb0cfc60a7094f652e8dcd09e385d17c')
+sha256sums=('2e611d5c9ba793bfbdaf9ca4cbf72c901bf349bd93d24db25db30c3ea35f50e9')
package() {
cd "compute-archlinux-image-builder-$pkgver"