summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--google-compute-engine-20191121.tar.gzbin0 -> 104377 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77d3eef44d33..70dc582769ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,9 @@ pkgbase = google-compute-engine
url = https://github.com/GoogleCloudPlatform/compute-image-packages
arch = any
license = Apache
+ depends = ethtool
depends = google-compute-engine-oslogin
+ depends = inetutils
depends = python-boto
depends = python-distro
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index adc58bab3e58..5b8e2f74bab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ pkgdesc='Google Compute Engine guest environment'
arch=('any')
url='https://github.com/GoogleCloudPlatform/compute-image-packages'
license=('Apache')
-depends=('google-compute-engine-oslogin' 'python-boto' 'python-distro' 'python-setuptools')
+depends=('ethtool' 'google-compute-engine-oslogin' 'inetutils' 'python-boto' 'python-distro' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/compute-image-packages/archive/v$pkgver.tar.gz")
sha256sums=('3a8fd0fcede35552e7efd091a96d2697e7d149383b5fe54008c68d4f53f69951')
diff --git a/google-compute-engine-20191121.tar.gz b/google-compute-engine-20191121.tar.gz
new file mode 100644
index 000000000000..6b551cb320d2
--- /dev/null
+++ b/google-compute-engine-20191121.tar.gz
Binary files differ