summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAttila Greguss2019-10-02 22:01:59 +0100
committerAttila Greguss2019-10-02 22:01:59 +0100
commitbb985e541473ff48d28c43a604438ebe07c23107 (patch)
tree6f2eddabc9cdd550793e013a96e97995f844aeb0
parent3d6c12ea4ce89d266061fe4c323c731f1a61f71e (diff)
downloadaur-bb985e541473ff48d28c43a604438ebe07c23107.tar.gz
Fix minor typo in commented out part(to be enabled)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 250b698b40b6..487f2ae3633e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ package_dotnet-host-bin() {
# runtime-bin already exists in aur, but incomplete
#package_dotnet-runtime-bin() {
# pkgdesc='The .NET Core runtime (binary)'
-# depends=('dotnet-host-preview' 'icu' 'krb5' 'libunwind' 'openssl' 'zlib'
+# depends=('dotnet-host-bin' 'icu' 'krb5' 'libunwind' 'openssl' 'zlib'
# 'libcurl.so')
# optdepends=('lttng-ust: CoreCLR tracing')
# provides=("dotnet-runtime=${pkgver%+*}")