summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e1302..e602796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bce916b..bb35acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'