summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2021-09-14 07:20:13 +0100
committerGr3q2021-09-14 07:20:13 +0100
commit1615815c27499b3c920321bd0bee27a03dedab3e (patch)
tree3c8d6f2c05d0be9790f73ac75f22bdb8bc546151
parentd41af36566d4d6ad8c25eb45f51f84d50605065e (diff)
downloadaur-aspnet-runtime-2.2.tar.gz
Include missing folder in package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cc1b751d92b..2b394a727086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aspnet-runtime-2.2
pkgdesc = The ASP.NET Core runtime binary version 2.2 (End of Life)
pkgver = 2.2.8.sdk207
- pkgrel = 1
+ pkgrel = 2
url = https://www.microsoft.com/net/core
arch = x86_64
arch = armv7h
@@ -18,4 +18,3 @@ pkgbase = aspnet-runtime-2.2
sha512sums_armv7h = fab9a1d9d101716337bb153af2ac36429fc387230c0c0bf2d639b31fb7f787bc8dbaaa31f28f9cbe69f117ffc78d8ddb5a5968da0e77785d3c12c6814ef50f7b
pkgname = aspnet-runtime-2.2
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e85a9929c81..b965d12e958b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('aspnet-runtime-2.2')
pkgver=2.2.8.sdk207
-pkgrel=1
+pkgrel=2
pkgdesc='The ASP.NET Core runtime binary version 2.2 (End of Life)'
arch=('x86_64' 'armv7h')
url='https://www.microsoft.com/net/core'
@@ -19,5 +19,6 @@ sha512sums_x86_64=('954072376698be69acb7e277df2c243f931e10529def21dcbf9ce277609b
package() {
install -dm 755 "${pkgdir}"/usr/share/{dotnet/shared,licenses}
cp -dr --no-preserve='ownership' shared/Microsoft.AspNetCore.App "${pkgdir}"/usr/share/dotnet/shared/
+ cp -dr --no-preserve='ownership' shared/Microsoft.AspNetCore.All "${pkgdir}"/usr/share/dotnet/shared/
ln -s dotnet-host-2.1 "${pkgdir}"/usr/share/licenses/aspnet-runtime-2.2
}