summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d4d1970aa0..265e5789e478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = build-arch-gce
pkgdesc = Builds an Arch image for Google Compute Engine
- pkgver = 0.6
+ pkgver = 0.7
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.6.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/0.6.tar.gz
- sha256sums = 2e611d5c9ba793bfbdaf9ca4cbf72c901bf349bd93d24db25db30c3ea35f50e9
+ source = build-arch-gce-0.7.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/0.7.tar.gz
+ sha256sums = 72a9fd095259b45b369d32d97c3204c86b157d1ad492bc38ac67e4df0c508436
pkgname = build-arch-gce
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8d78c8370330
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.tar*
diff --git a/PKGBUILD b/PKGBUILD
index 87bff1cb2944..a8165b931a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='build-arch-gce'
-pkgver=0.6
+pkgver=0.7
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=('2e611d5c9ba793bfbdaf9ca4cbf72c901bf349bd93d24db25db30c3ea35f50e9')
+sha256sums=('72a9fd095259b45b369d32d97c3204c86b157d1ad492bc38ac67e4df0c508436')
package() {
cd "compute-archlinux-image-builder-$pkgver"