summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrewSC2023-05-03 20:12:29 -0400
committerandrewSC2023-05-03 20:12:29 -0400
commit6e510f0aff38b919078dc47ba001abf596e23640 (patch)
tree962760ded8340b619cd13c1be94f19688ddf5728
parentac9c8d5a04d8a4987d908be6ebd982dcd426fc75 (diff)
downloadaur-6e510f0aff38b919078dc47ba001abf596e23640.tar.gz
Removing debug override
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66314d6802c..6b5925c6d618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-git
pkgdesc = A fast distributed version control system
- pkgver = 2.37.2.r426.g07ee72db0e
+ pkgver = 2.40.1.r476.g69c786637d
pkgrel = 1
url = https://git-scm.com/
install = git-git.install
@@ -37,7 +37,6 @@ pkgbase = git-git
optdepends = libsecret: libsecret credential helper
provides = git
conflicts = git
- options = debug
source = git+https://github.com/git/git.git
source = git-daemon@.service
source = git-daemon.socket
diff --git a/PKGBUILD b/PKGBUILD
index e975f52c23a2..9db96a280985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=git
pkgname=$_name-git
-pkgver=2.37.2.r426.g07ee72db0e
+pkgver=2.40.1.r476.g69c786637d
pkgrel=1
pkgdesc='A fast distributed version control system'
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ optdepends=('tk: gitk and git gui'
'libsecret: libsecret credential helper')
conflicts=('git')
provides=('git')
-options=('debug')
+options=()
install=git-git.install
source=('git+https://github.com/git/git.git'
'git-daemon@.service'