summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2024-04-02 18:59:50 +0200
committerGiovanni Santini2024-04-02 18:59:50 +0200
commitac718cd1f528c17f28885c3f0f4c2511d983ac9f (patch)
tree61a00dcb24b6022fa672e2b3b197802aa552a2c1
parentc5df0f5729f3848d580202f20aea4fe66394e650 (diff)
downloadaur-ac718cd1f528c17f28885c3f0f4c2511d983ac9f.tar.gz
upgpkg: git-credential-manager 2.4.2-2
- Ensure the binary is sane by not stripping debug info.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54ec2f18bcd..eac6b31c4da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-credential-manager
pkgdesc = A secure Git credential helper built on .NET that runs on Windows, macOS, and Linux
- pkgver = 2.4.1
- pkgrel = 1
+ pkgver = 2.4.2
+ pkgrel = 2
url = https://github.com/git-ecosystem/git-credential-manager
install = git-credential-manager.install
arch = i686
@@ -15,7 +15,8 @@ pkgbase = git-credential-manager
makedepends = krb5
makedepends = zlib
options = !strip
- source = git-credential-manager-2.4.1.tar.gz::https://github.com/git-ecosystem/git-credential-manager/archive/refs/tags/v2.4.1.tar.gz
+ options = !debug
+ source = git-credential-manager-2.4.2.tar.gz::https://github.com/git-ecosystem/git-credential-manager/archive/refs/tags/v2.4.2.tar.gz
source = trim-executables.diff
sha512sums = fd0a5c0ce008f8c598bef743574013d5bf29d1e8e0d09d7bbe60dbacb224eb565eecc9b72735d1dc5215d436a5c6231bc1b2b8b24ce547c1efbe4a0d8db566e5
sha512sums = e5253397233ef8aee547402c4c1e2430ed8bf87346896d7052ce5ef4967fb705431b3516d53c1508aee9eb1fbe3204500c614be04fe2af326851a8a7d2fefd6d
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")