summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchsinner2022-10-05 01:21:42 +0000
committerarchsinner2022-10-05 01:21:42 +0000
commit69636220899e6fe97aa3ddb0d0207ea34c00f419 (patch)
tree02343069a04769b9f13715837d4ed1aa765cc5c5 /PKGBUILD
parent5cd0c9b909a5afbb5a15e9b56b1cc70784f20213 (diff)
downloadaur-69636220899e6fe97aa3ddb0d0207ea34c00f419.tar.gz
Update OpenSSL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 813e211317c8..483e99a278ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64')
url='https://github.com/PowerShell/PowerShell'
license=('MIT')
makedepends=('git' 'cmake' 'dotnet-sdk>=6.0.0')
-depends=('krb5' 'gcc-libs' 'glibc' 'lttng-ust' 'zlib' 'openssl-1.0' 'icu')
+depends=('krb5' 'gcc-libs' 'glibc' 'lttng-ust' 'zlib' 'openssl>=1.0' 'icu')
source=($pkgname::"git+https://github.com/PowerShell/PowerShell.git#tag=v$_pkgver"
'powershell-native::git+https://github.com/PowerShell/PowerShell-Native.git'
'Microsoft.PowerShell.SDK.csproj.TypeCatalog.targets')