summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2020-04-16 21:32:30 +0100
committerGr3q2020-04-16 21:32:30 +0100
commitd41af36566d4d6ad8c25eb45f51f84d50605065e (patch)
tree7f9dbe119a93b107f0d110b47b20a4241197e2cd
parent1b15979369de3796bf66905506124d104e4eb4cf (diff)
downloadaur-d41af36566d4d6ad8c25eb45f51f84d50605065e.tar.gz
Add exact version conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 470b4cad38ad..1cc1b751d92b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = aspnet-runtime-2.2
provides = aspnet-runtime-2.2
provides = aspnet-runtime=2.2.8.sdk207
conflicts = aspnet-runtime-2.2
+ conflicts = aspnet-runtime=2.2.8.sdk207
options = staticlibs
source_x86_64 = https://download.visualstudio.microsoft.com/download/pr/e716faa4-345c-45a7-bd1f-860cdf422b75/fa8e57167f3bd4bf20b8b60992cf184f/aspnetcore-runtime-2.2.8-linux-x64.tar.gz
sha512sums_x86_64 = 954072376698be69acb7e277df2c243f931e10529def21dcbf9ce277609b30d462126bf8b8b3cab36476bec3d63a927b8e44e59e4d4cade23eef45956fba1ffd
diff --git a/PKGBUILD b/PKGBUILD
index fdf235ddd0bd..1e85a9929c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('MIT')
options=('staticlibs')
depends=('dotnet-runtime-2.2')
provides=("aspnet-runtime-2.2" "aspnet-runtime=${pkgver}")
-conflicts=("aspnet-runtime-2.2")
+conflicts=("aspnet-runtime-2.2" "aspnet-runtime=${pkgver}")
source_armv7h=('https://download.visualstudio.microsoft.com/download/pr/9fcb0171-11d7-40e6-a2e8-2357813bf6bd/becdd52523d5a6782ded8febd2c487a0/aspnetcore-runtime-2.2.8-linux-arm.tar.gz')
source_x86_64=('https://download.visualstudio.microsoft.com/download/pr/e716faa4-345c-45a7-bd1f-860cdf422b75/fa8e57167f3bd4bf20b8b60992cf184f/aspnetcore-runtime-2.2.8-linux-x64.tar.gz')
sha512sums_armv7h=('fab9a1d9d101716337bb153af2ac36429fc387230c0c0bf2d639b31fb7f787bc8dbaaa31f28f9cbe69f117ffc78d8ddb5a5968da0e77785d3c12c6814ef50f7b')