summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2021-12-19 17:41:50 +0100
committerGiovanni Santini2021-12-19 17:41:50 +0100
commit5d65a62a2384dcc12bdfa4b2253cefcc0e8263e2 (patch)
tree5666a0d33a951b5cae4a57a8987dc21f47a91468 /PKGBUILD
parent17c38943ba889e3549a15b10787090fc283f1592 (diff)
downloadaur-5d65a62a2384dcc12bdfa4b2253cefcc0e8263e2.tar.gz
upgpkg: git-credential-manager-core 2.0.605-1
- Version bump. - Add dotnet-runtime-5.0 as checkdepends - Make sure we install the proper runtime dependency otherwise
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 041d04ab0f96..20ed7ce37b60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Giovanni Santini <giovannisantini93@yahoo.it>
pkgbase=git-credential-manager-core
pkgname=("$pkgbase" "${pkgbase}-extras")
-pkgver=2.0.567
+pkgver=2.0.605
pkgrel=1
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 dpkg)
+makedepends=(git dotnet-sdk dotnet-runtime dpkg)
+checkdepends=(dotnet-runtime-5.0)
provides=($pkgname)
conflicts=("${pkgname}-bin")
replaces=(git-credential-manager)