diff --git a/pkg.info b/pkg.info index f308988..76e5945 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: git description: A free and open source distributed version control system -version: 2.52.0 +version: 2.53.0 revision: 1 url: https://git-scm.com/ license: GPL2-only +maintainers: + - enumdev@enumerated.dev architecture: any type: source depends: @@ -24,11 +26,13 @@ optional_depends: - python3 make_depends: - asciidoc - - openssh - python3 + - rustc - xmlto +check_depends: + - openssh downloads: - url: https://www.kernel.org/pub/software/scm/git/git-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 3cd8fee86f69a949cb610fee8cd9264e6873d07fa58411f6060b3d62729ed7c5 + checksum: 5818bd7d80b061bbbdfec8a433d609dc8818a05991f731ffc4a561e2ca18c653 diff --git a/source.sh b/source.sh index aa0139f..cc14adb 100644 --- a/source.sh +++ b/source.sh @@ -14,9 +14,9 @@ _make() { MAN_BOLD_LITERAL=1 NO_PERL_CPAN_FALLBACKS=1 USE_LIBPCRE2=1 + WITH_RUST=1 ) - echo "${MAKE_OPTS[@]}" make "${MAKE_OPTS[@]}" "$@" }