summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-01-19 18:27:16 +0100
committerMattia Borda2023-01-19 18:27:16 +0100
commit615898480fa7d5d8f9f715eda0aa155e03d7a996 (patch)
tree5ff5eeff3fda1366cdae849d17bf82866ac1de34
parentc25e34bb0941c1575656a362fc32a323ae3254c3 (diff)
downloadaur-615898480fa7d5d8f9f715eda0aa155e03d7a996.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a36c9c706e4..f30b0bec582b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,10 @@ pkgbase = denaro-git
arch = x86_64
arch = i686
license = GPL3
- makedepends = dotnet-sdk
+ makedepends = dotnet-sdk>=7
makedepends = cmake
makedepends = git
- depends = dotnet-runtime
+ depends = dotnet-runtime>=7
depends = libadwaita
provides = denaro
provides = nickvision-money
diff --git a/PKGBUILD b/PKGBUILD
index ec4344d312d3..e832e07c3890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="A personal finance manager"
arch=('aarch64' 'armv7h' 'x86_64' 'i686')
url=https://github.com/nlogozzo/$_pkgname
license=('GPL3')
-depends=('dotnet-runtime' 'libadwaita')
-makedepends=('dotnet-sdk' 'cmake' 'git')
+depends=('dotnet-runtime>=7' 'libadwaita')
+makedepends=('dotnet-sdk>=7' 'cmake' 'git')
provides=("${pkgname%-git}" 'nickvision-money' 'nickvision-money-git')
conflicts=("${pkgname%-git}" 'nickvision-money')
replaces=(nickvision-money-git)