summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2023-02-28 15:05:23 +0100
committerFlorian Maunier2023-02-28 15:05:23 +0100
commit8a8a20f08bbb15e95437340616cfd6f81fbe6494 (patch)
treecfc52fa8929f171807835dc0bde37d5388d5e8b1
parentf0fce8e2812ded370dc1e7fda8f970bc82c78b82 (diff)
downloadaur-8a8a20f08bbb15e95437340616cfd6f81fbe6494.tar.gz
Rename base package to dotnet-preview-bin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37959fa07d50..0ea0506a4e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = dotnet-core-preview-bin
+pkgbase = dotnet-preview-bin
pkgver = 8.0.0.sdk100+preview.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.microsoft.com/net/core
arch = armv7h
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 5dd369424bd9..6f9de366654b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Max Liebkies <mail@maxliebkies.de>
# Contributor: Attila Greguss <floyd0122[at]gmail[dot]com>
-pkgbase=dotnet-core-preview-bin
+pkgbase=dotnet-preview-bin
pkgname=(
dotnet-host-preview-bin
aspnet-runtime-preview-bin
@@ -18,7 +18,7 @@ _hostver=8.0.0-preview.1.23110.8
_dotnetruntimever=8.0.0-preview.1.23110.8
_aspnetruntimever=8.0.0-preview.1.23112.2
_sdkver=8.0.100-preview.1.23115.2
-pkgrel=1
+pkgrel=2
arch=(armv7h aarch64 x86_64)
url=https://www.microsoft.com/net/core
license=(MIT)