Package Details: brew-git 2.7.4.r12568.gcfac516ee-1

Git Clone URL: https://aur.archlinux.org/brew-git.git (read-only, click to copy)
Package Base: brew-git
Description: The missing package manager for macOS (or Linux)
Upstream URL: https://github.com/Homebrew/brew
Licenses: BSD, CCPL
Conflicts: brew, linuxbrew, linuxbrew-git
Provides: brew
Submitter: dracorp
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 3
Popularity: 0.072504
First Submitted: 2019-04-01 20:50 (UTC)
Last Updated: 2024-01-29 13:16 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Pinned Comments

Freed commented on 2024-01-29 12:54 (UTC)

For Chinese users: you can use a mirror to update downloading:

diff --git a/PKGBUILD b/PKGBUILD
index 221c5b2..d93ad82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@ pkgrel=1
 pkgdesc="The missing package manager for macOS (or Linux)"
 arch=(x86_64)
 url="https://github.com/Home${_base}/${_base}"
+_url="https://mirrors.bfsu.edu.cn/git/homebrew/brew"
 license=(BSD CCPL)
 depends=(ruby-irb java-runtime)
 makedepends=(git)
 provides=(${_base})
 conflicts=(linux${_base}-git linux${_base} ${_base})
-source=(${_base}::git+${url}.git#branch=master
+source=(${_base}::git+${_url}.git#branch=master
   brew4archlinux.patch::${url}/pull/5926.patch)
 sha512sums=('SKIP'
             '5500cd6b43022a2fd90ac24f2189df4b02e96acfe6383d356a0dd4d74e161b53f3b65709624b243dec00c270ab812f84c6e276e6692106d5a50c360055a03c35')

Latest Comments

carlosal1015 commented on 2024-01-29 13:09 (UTC)

Great @Freed, I'll as comment before source array.

Freed commented on 2024-01-29 12:54 (UTC)

For Chinese users: you can use a mirror to update downloading:

diff --git a/PKGBUILD b/PKGBUILD
index 221c5b2..d93ad82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,13 @@ pkgrel=1
 pkgdesc="The missing package manager for macOS (or Linux)"
 arch=(x86_64)
 url="https://github.com/Home${_base}/${_base}"
+_url="https://mirrors.bfsu.edu.cn/git/homebrew/brew"
 license=(BSD CCPL)
 depends=(ruby-irb java-runtime)
 makedepends=(git)
 provides=(${_base})
 conflicts=(linux${_base}-git linux${_base} ${_base})
-source=(${_base}::git+${url}.git#branch=master
+source=(${_base}::git+${_url}.git#branch=master
   brew4archlinux.patch::${url}/pull/5926.patch)
 sha512sums=('SKIP'
             '5500cd6b43022a2fd90ac24f2189df4b02e96acfe6383d356a0dd4d74e161b53f3b65709624b243dec00c270ab812f84c6e276e6692106d5a50c360055a03c35')

aliu commented on 2024-01-25 02:59 (UTC)

Why is java required?

carlosal1015 commented on 2022-09-25 13:13 (UTC) (edited on 2022-09-25 13:13 (UTC) by carlosal1015)

Hi @stanm, could you share the steps for getting brew working.

stanm commented on 2022-09-25 10:08 (UTC)

Multiple steps needed to get brew doctor to pass, right after installation.

Perhaps the PKGBUILD could be updated to address this.

markus-wa commented on 2022-04-08 20:46 (UTC)

broken: "One or more files did not pass the validity check!"

gavr123456789 commented on 2021-05-27 00:48 (UTC)

= = > ERROR: The source files did not pass the integrity check!

dracorp commented on 2020-01-27 20:20 (UTC)

I've orphaned package.

Biomage commented on 2020-01-27 19:40 (UTC)

Add ruby rails Active Record gem.
Gem install activesupport Gem install activerecord

atomy commented on 2020-01-27 07:52 (UTC) (edited on 2020-01-27 07:52 (UTC) by atomy)

Anyone else running into this issue?:

$ brew doctor
Traceback (most recent call last):
        4: from /opt/brew/Library/Homebrew/brew.rb:23:in `<main>'
        3: from /opt/brew/Library/Homebrew/brew.rb:23:in `require_relative'
        2: from /opt/brew/Library/Homebrew/global.rb:13:in `<top (required)>'
        1: from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
/usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': cannot load such file -- active_support/core_ext/object/blank (LoadError)