summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Castelli2022-09-10 22:31:14 +0000
committerLorenzo Castelli2022-09-10 15:32:50 -0700
commitb73489dbff837af4eac94e40b60f75b79b9f5165 (patch)
tree02c28f1815125af7c769666fa2d2f6d8eef8d157
parent2aaa7d854de2d5e8f3b0e9656c5cb81b65618a72 (diff)
downloadaur-build-arch-gce.tar.gz
Updates package to version 1.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acad2f269ce4..ce37ae3c60ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = build-arch-gce
pkgdesc = Builds an Arch image for Google Compute Engine
- pkgver = 0.8
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder
arch = any
@@ -8,7 +8,7 @@ pkgbase = build-arch-gce
depends = arch-install-scripts
depends = dosfstools
depends = e2fsprogs
- source = build-arch-gce-0.8.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/0.8.tar.gz
- sha256sums = 836c81e8f61a25f3d4a0c658d673dd7b5e760ba7ab4bd0714bdbfd67e0c40273
+ source = build-arch-gce-1.0.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/1.0.tar.gz
+ sha256sums = 08fed48fe8cf4970f592853465e3c63257f56a9ea189469ae8525541b8c917e0
pkgname = build-arch-gce
diff --git a/PKGBUILD b/PKGBUILD
index c8c920177fae..9860dc589810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Maintainer: Samuel Littley <samuellittley@google.com>
pkgname='build-arch-gce'
-pkgver=0.8
+pkgver=1.0
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' 'dosfstools' 'e2fsprogs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder/archive/$pkgver.tar.gz")
-sha256sums=('836c81e8f61a25f3d4a0c658d673dd7b5e760ba7ab4bd0714bdbfd67e0c40273')
+sha256sums=('08fed48fe8cf4970f592853465e3c63257f56a9ea189469ae8525541b8c917e0')
package() {
cd "compute-archlinux-image-builder-$pkgver"