summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"