summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshirui2023-12-13 11:41:50 +0000
committershirui2023-12-13 11:41:50 +0000
commit80f5200930bc3e3ebc259f7976ea78b3cdca50b2 (patch)
tree519c375309da16fa8664281192046a5dc2b05662 /PKGBUILD
parent638bb1371b9f049c15202656c3452ecb76714dbf (diff)
downloadaur-linglong-box-git.tar.gz
fix: add gtest and yaml-cpp depends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caaed6b9100f..0ba6d02c0762 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,12 @@ depends=(
'glibc'
'gcc-libs'
)
-makedepends=('git')
+makedepends=(
+ 'git'
+ 'yaml-cpp'
+ 'gtest'
+ 'cmake'
+)
source=("linglong-box::git+https://github.com/linuxdeepin/linglong-box.git#branch=release/1.3")
md5sums=('SKIP')