summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2020-01-16 09:49:08 +0000
committerGr3q2020-01-16 09:49:08 +0000
commit60ff53466ac03bd11a74027ce5ed5358bbd04ffe (patch)
tree5a1419f40024dec1526ca397381a20620a16a89b
parent3c1141f688e890234deddeb98b3fec4627a6765f (diff)
downloadaur-60ff53466ac03bd11a74027ce5ed5358bbd04ffe.tar.gz
Add provides string
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bd379de5796..d362f565f660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aspnet-runtime-2.1
pkgdesc = The ASP.NET Core runtime version 2.1
pkgver = 2.1.15.sdk803
- pkgrel = 1
+ pkgrel = 2
url = https://www.microsoft.com/net/core
arch = x86_64
arch = armv7h
@@ -25,5 +25,6 @@ pkgname = aspnet-runtime-2.1
arch = armv7h
depends = dotnet-runtime-2.1
provides = aspnet-runtime-2.1
+ provides = aspnet-runtime=2.1.15.sdk803
conflicts = aspnet-runtime-2.1
diff --git a/PKGBUILD b/PKGBUILD
index c8e32d51f8e2..a8221b86bca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('aspnet-runtime-2.1')
pkgver=2.1.15.sdk803
-pkgrel=1
+pkgrel=2
pkgdesc='The ASP.NET Core runtime version 2.1'
arch=('x86_64' 'armv7h')
url='https://www.microsoft.com/net/core'
@@ -19,7 +19,7 @@ package() {
arch=('x86_64' 'armv7h')
pkgdesc='The ASP.NET Core runtime version 2.1'
depends=('dotnet-runtime-2.1')
- provides=("aspnet-runtime-2.1")
+ provides=("aspnet-runtime-2.1" "aspnet-runtime=${pkgver}")
conflicts=("aspnet-runtime-2.1")
install -dm 755 "${pkgdir}"/usr/share/{dotnet/shared,licenses}