summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorenzo Castelli2019-12-06 23:32:04 +0000
committerLorenzo Castelli2019-12-06 16:34:19 -0800
commitce5bda0d8388e2443dd5276b7bfba16cb1d872b3 (patch)
tree43237d129faad1207dac34ff7a6ffbf2b87de95a /PKGBUILD
parente60fb1263e1fbbfc90a8c7d5f0366872dc55aad0 (diff)
downloadaur-ce5bda0d8388e2443dd5276b7bfba16cb1d872b3.tar.gz
Adds ethtool and inetutils as dependencies.
The former is required by google_set_multiqueue, and the latter is needed by google_set_hostname.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')