diff options
| -rw-r--r-- | .SRCINFO | 1 | ||||
| -rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ pkgbase = google-compute-engine-oslogin arch = x86_64 license = Apache depends = boost + depends = boost-libs depends = curl depends = json-c depends = pam @@ -23,7 +23,7 @@ pkgdesc='OS Login Guest Environment for Google Compute Engine' arch=('x86_64') url='https://github.com/GoogleCloudPlatform/guest-oslogin' license=('Apache') -depends=('boost' 'curl' 'json-c' 'pam') +depends=('boost' 'boost-libs' 'curl' 'json-c' 'pam') source=( "$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/$pkgver.tar.gz" 'google-compute-engine-oslogin.install' |
