summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2022-02-04 22:20:04 +0100
committerGiovanni Santini2022-02-04 22:20:04 +0100
commit103f2be463eeb19fe81d286fa1ffc21609bef1dc (patch)
tree3680d8bf1cdbf6cfa50504ad30a9434700567769 /PKGBUILD
parent6724667ba30b4a88136f919165e49ee2b4e27b32 (diff)
downloadaur-103f2be463eeb19fe81d286fa1ffc21609bef1dc.tar.gz
upgpkg: git-credential-manager-core 2.0.632-2
- Better definition of the build dotnet SDK. This avoid issues building with AUR helper such as pamac.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4b310af5b92..351cbd98fd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgbase=git-credential-manager-core
pkgname=("$pkgbase" "${pkgbase}-extras")
pkgver=2.0.632
-pkgrel=1
+pkgrel=2
pkgdesc="A secure Git credential helper built on .NET that runs on Windows, macOS, and Linux"
arch=(i686 x86_64)
url="https://github.com/microsoft/Git-Credential-Manager-Core"
license=('MIT')
-makedepends=(git dotnet-sdk dotnet-runtime dpkg)
+makedepends=(git dotnet-sdk 'dotnet-runtime>=6' dpkg)
checkdepends=(dotnet-runtime-5.0)
provides=($pkgname)
conflicts=("${pkgname}-bin")