summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6696f2162c39..01c2c8a2ef09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aaru-git
pkgdesc = Disc image management and creation tool for disks, tapes, optical and solid state media
pkgver = v6.0.0.3f0f4f1a
- pkgrel = 2
+ pkgrel = 3
url = http://www.aaru.app
arch = x86_64
arch = armv7h
arch = aarch64
license = GPL
- makedepends = dotnet-sdk>=6.0.0
+ makedepends = dotnet-sdk>=7.0.0
makedepends = git
depends = icu70
depends = krb5
diff --git a/PKGBUILD b/PKGBUILD
index 97666449a53c..b055d7f4e884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
#@IgnoreInspection BashAddShebang
# Maintainer: Natalia Portillo <claunia@claunia.com>
-_netcoretarget='net6'
+_netcoretarget='net7.0'
_aarubase='Aaru'
packager='Natalia Portillo <claunia@claunia.com>'
pkgbase='aaru-git'
pkgname=('aaru-git')
pkgver=v6.0.0.3f0f4f1a
-pkgrel=2
+pkgrel=3
pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media'
arch=('x86_64' 'armv7h' 'aarch64')
url='http://www.aaru.app'
license=('GPL')
source=('git://github.com/aaru-dps/Aaru')
-makedepends=('dotnet-sdk>=6.0.0' 'git')
+makedepends=('dotnet-sdk>=7.0.0' 'git')
options=('!strip' 'staticlibs')
sha256sums=('SKIP')
provides=('aaru')