summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Castelli2019-10-29 16:36:23 -0700
committerLorenzo Castelli2019-10-29 16:36:23 -0700
commit1924f0e6a2898eb2b69eb1705257c3f9b30ee5e1 (patch)
treea3c0a560a15d5b90016ae971b14057cc0e0ea20c
parent38399480b93d28b7652f6eb4cbf631d3a6488ee9 (diff)
downloadaur-1924f0e6a2898eb2b69eb1705257c3f9b30ee5e1.tar.gz
Updates to version 0.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc5e5255d656..168836984763 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = build-arch-gce
pkgdesc = Builds an Arch image for Google Compute Engine
- pkgver = 0.2
+ pkgver = 0.3
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.2.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/0.2.tar.gz
- sha256sums = 20ad92fa62d00cd48a47ce164efc9a4fc7e4609ce7da67049a942e452f97fa6f
+ source = build-arch-gce-0.3.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/0.3.tar.gz
+ sha256sums = c416021f7d19782103f7a6ce10661eb3f148aff0404889c3ff4f2ea222a9faa4
pkgname = build-arch-gce
diff --git a/PKGBUILD b/PKGBUILD
index 2cade5030d69..c578562cdbfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,15 +16,15 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='build-arch-gce'
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc='Builds an Arch image for Google Compute Engine'
arch=('any')
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/0.2.tar.gz")
-sha256sums=('20ad92fa62d00cd48a47ce164efc9a4fc7e4609ce7da67049a942e452f97fa6f')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/$pkgver.tar.gz")
+sha256sums=('c416021f7d19782103f7a6ce10661eb3f148aff0404889c3ff4f2ea222a9faa4')
package() {
cd "compute-archlinux-image-builder-$pkgver"