mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update to .NET Core 3.1.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#@IgnoreInspection BashAddShebang
|
||||
# Maintainer: Natalia Portillo <claunia@claunia.com>
|
||||
_netcoretarget='netcoreapp2.1'
|
||||
_netcoretarget='netcoreapp3.1'
|
||||
_aarubase='Aaru'
|
||||
packager='Natalia Portillo <claunia@claunia.com>'
|
||||
pkgbase='aaru-git'
|
||||
@@ -12,7 +12,7 @@ arch=('x86_64' 'armv7h' 'aarch64')
|
||||
url='http://www.aaru.app'
|
||||
license=('GPL')
|
||||
source=('git://github.com/aaru-dps/Aaru')
|
||||
makedepends=('dotnet-sdk>=2.1.0' 'git')
|
||||
makedepends=('dotnet-sdk>=3.1.0' 'git')
|
||||
options=('!strip' 'staticlibs')
|
||||
sha256sums=('SKIP')
|
||||
provides=('aaru')
|
||||
@@ -94,4 +94,4 @@ post_upgrade() {
|
||||
|
||||
post_remove() {
|
||||
post_install "$1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user