summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2022-02-04 22:20:04 +0100
committerGiovanni Santini2022-02-04 22:20:04 +0100
commit103f2be463eeb19fe81d286fa1ffc21609bef1dc (patch)
tree3680d8bf1cdbf6cfa50504ad30a9434700567769
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13cca3994e2..d4b1f13e5a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-credential-manager-core
pkgdesc = A secure Git credential helper built on .NET that runs on Windows, macOS, and Linux
pkgver = 2.0.632
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsoft/Git-Credential-Manager-Core
install = git-credential-manager-core.install
arch = i686
@@ -10,7 +10,7 @@ pkgbase = git-credential-manager-core
checkdepends = dotnet-runtime-5.0
makedepends = git
makedepends = dotnet-sdk
- makedepends = dotnet-runtime
+ makedepends = dotnet-runtime>=6
makedepends = dpkg
provides = git-credential-manager-core
conflicts = git-credential-manager-core-bin
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")