summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAttila Greguss2022-12-17 10:44:05 +0000
committerAttila Greguss2022-12-17 10:44:05 +0000
commit853faa2067ba737525be1df530ddad3130258e70 (patch)
tree873c1d45758b4dbb7572f9dea1c5427510dce227
parente7721516a5b6c3cb7d71d501a9f3c4b7522fe4bd (diff)
downloadaur-853faa2067ba737525be1df530ddad3130258e70.tar.gz
Simple version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8ffe9264d2e..94b187a70aa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dotnet-core-6.0-bin
pkgver = 6.0.11.sdk403
- pkgrel = 2
+ pkgrel = 3
url = https://www.microsoft.com/net/core
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index f6bfbf8f9ce4..a5ef89f19165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=(
pkgver=6.0.11.sdk403
_runtimever=6.0.11
_sdkver=6.0.403
-pkgrel=2
+pkgrel=3
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.microsoft.com/net/core'
license=('MIT')
@@ -96,4 +96,4 @@ package_aspnet-targeting-pack-6.0-bin() {
install -dm 755 "${pkgdir}"/usr/share/{dotnet,dotnet/packs,licenses}
cp -dr --no-preserve='ownership' packs/Microsoft.AspNetCore.App.Ref "${pkgdir}"/usr/share/dotnet/packs/
ln -s dotnet-host-bin "${pkgdir}"/usr/share/licenses/aspnet-targeting-pack-6.0-bin
-} \ No newline at end of file
+}