summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2023-04-15 12:15:03 -0400
committerKyle Sferrazza2023-04-15 12:15:03 -0400
commita0efa12053e262f667b05350f215f291513a30f6 (patch)
tree62710ffeb90e96abfeaa6a2a6e379767dc01aa1d /PKGBUILD
parent58c58ea7292cf02c6eb1c2d4961ddc84326cff77 (diff)
downloadaur-a0efa12053e262f667b05350f215f291513a30f6.tar.gz
Add dotnet-runtime to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b44dc08b89bc..be266fab340c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64')
url='https://github.com/PowerShell/PowerShell'
license=('MIT')
makedepends=('cmake' 'dotnet-sdk>=7.0.0')
-depends=('krb5' 'gcc-libs' 'glibc' 'lttng-ust' 'zlib' 'openssl' 'icu')
+depends=('krb5' 'gcc-libs' 'glibc' 'lttng-ust' 'zlib' 'openssl' 'icu' 'dotnet-runtime')
_googletest_commit_hash=4e4df226fc197c0dda6e37f5c8c3845ca1e73a49
_powershell_native_version=7.3.2