Great @Freed, I'll as comment before source array.
Search Criteria
Package Details: brew-git 2.7.4.r12568.gcfac516ee-1
Package Actions
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.000516 |
First Submitted: | 2019-04-01 20:50 (UTC) |
Last Updated: | 2024-01-29 13:16 (UTC) |
Dependencies (3)
- java-runtime (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdgAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jre-openj9AUR, jdk11-graalvm-ee-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jre13-openjdkAUR, jre15-openjdkAUR, jdk21-graalvm-binAUR, jre17-jetbrainsAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jre21-jetbrains-gitAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jre21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, jre17AUR, jdk21-jetbrains-binAUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
- ruby-irb
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (2)
Latest Comments
carlosal1015 commented on 2024-01-29 13:09 (UTC)
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)
Pinned Comments
Freed commented on 2024-01-29 12:54 (UTC)
For Chinese users: you can use a mirror to update downloading: