-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ook37
committed
Nov 14, 2024
1 parent
31df3f5
commit 7a5a1e7
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pkgbase = git | ||
pkgver = 2.45.0 | ||
pkgver = 2.47.0 | ||
pkgdesc = git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals | ||
arch = any | ||
makedepends = dh-autoreconf | ||
|
@@ -20,7 +20,7 @@ pkgbase = git | |
replaces = git | ||
maintainer = Oren Klopfer <[email protected]> | ||
repology = project: git | ||
source = https://www.kernel.org/pub/software/scm/git/git-2.45.0.tar.gz | ||
sha256sums = a0fc1410878716add0a3c0cf3d35728f3a7c960f751c657656cca0212bf89e65 | ||
source = https://www.kernel.org/pub/software/scm/git/git-2.47.0.tar.gz | ||
sha256sums = a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a | ||
|
||
pkgname = git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ replaces=("${pkgname}") | |
repology=("project: git") | ||
breaks=("${pkgname}-${pkgname}") | ||
arch=("any") | ||
pkgver="2.45.0" | ||
pkgver="2.47.0" | ||
source=("https://www.kernel.org/pub/software/scm/${pkgname}/${pkgname}-${pkgver}.tar.gz") | ||
makedepends=("dh-autoreconf" "cmake" "gcc" "libcurl4-gnutls-dev" "libexpat1-dev" "gettext" "libz-dev" "libssl-dev" "asciidoc" "xmlto" "docbook2x" "install-info" "zlib1g-dev" "zlib1g") | ||
pkgdesc="git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals" | ||
sha256sums=("a0fc1410878716add0a3c0cf3d35728f3a7c960f751c657656cca0212bf89e65") | ||
sha256sums=("a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a") | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
|
||
prepare() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3297,7 +3297,7 @@ pkgbase = git-extras-git | |
pkgname = git-extras-git | ||
--- | ||
pkgbase = git | ||
pkgver = 2.45.0 | ||
pkgver = 2.47.0 | ||
pkgdesc = git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals | ||
arch = any | ||
makedepends = dh-autoreconf | ||
|
@@ -3318,8 +3318,8 @@ pkgbase = git | |
replaces = git | ||
maintainer = Oren Klopfer <[email protected]> | ||
repology = project: git | ||
source = https://www.kernel.org/pub/software/scm/git/git-2.45.0.tar.gz | ||
sha256sums = a0fc1410878716add0a3c0cf3d35728f3a7c960f751c657656cca0212bf89e65 | ||
source = https://www.kernel.org/pub/software/scm/git/git-2.47.0.tar.gz | ||
sha256sums = a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a | ||
|
||
pkgname = git | ||
--- | ||
|