summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2024-04-02 18:59:50 +0200
committerGiovanni Santini2024-04-02 18:59:50 +0200
commitac718cd1f528c17f28885c3f0f4c2511d983ac9f (patch)
tree61a00dcb24b6022fa672e2b3b197802aa552a2c1 /PKGBUILD
parentc5df0f5729f3848d580202f20aea4fe66394e650 (diff)
downloadaur-ac718cd1f528c17f28885c3f0f4c2511d983ac9f.tar.gz
upgpkg: git-credential-manager 2.4.2-2
- Ensure the binary is sane by not stripping debug info.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fc82e4f94c3..0749f6d8319a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgbase=git-credential-manager
pkgname=("$pkgbase"
"${pkgbase}-extras")
-pkgver=2.4.1
-pkgrel=1
+pkgver=2.4.2
+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/git-ecosystem/git-credential-manager"
license=('MIT')
makedepends=(dotnet-sdk dpkg fontconfig krb5 zlib)
checkdepends=(dotnet-runtime-7.0 git)
-options=(!strip)
+options=(!strip !debug)
install="$pkgname.install"
source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
"trim-executables.diff")