-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This argument was removed from makepkg with the release of Pacman 5.0. When a PKGBUILD containing a split package is built, all packages contained therein are built. Links: - https://lists.archlinux.org/pipermail/pacman-dev/2015-September/020353.html - https://projects.archlinux.org/pacman.git/commit/scripts/makepkg.sh.in?id=169287e494a5348687260a00697be06b36ba4434 Note: when --install is used, all packages are installed. Users that don't want this are advised to build with aurget -Sb and install what they want with pacman -U directly. We could potentially simplify further, but removing this option should fix the current bug of aurget not working at all with the latest Pacman version.
- Loading branch information
1 parent
9e3abec
commit 82aa633
Showing
5 changed files
with
50 additions
and
11 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
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
1 change: 1 addition & 0 deletions
1
test/fixtures/makepkg/a4d1de35e646de96e95c53af5bea2678/exit_code
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
0 |
29 changes: 29 additions & 0 deletions
29
test/fixtures/makepkg/a4d1de35e646de96e95c53af5bea2678/stderr
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
8 changes: 8 additions & 0 deletions
8
test/fixtures/makepkg/a4d1de35e646de96e95c53af5bea2678/stdout
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
make[1]: Entering directory '/tmp/cramtests-q1oEQU/build.t/aurget/src/aurget-4.6.0' | ||
install -Dm755 aurget /tmp/cramtests-q1oEQU/build.t/aurget/pkg/aurget//usr/bin/aurget | ||
install -Dm644 aurgetrc /tmp/cramtests-q1oEQU/build.t/aurget/pkg/aurget//usr/share/doc/aurget/samples/aurgetrc | ||
install -Dm644 doc/aurget.1 /tmp/cramtests-q1oEQU/build.t/aurget/pkg/aurget//usr/share/man/man1/aurget.1 | ||
install -Dm644 doc/aurgetrc.5 /tmp/cramtests-q1oEQU/build.t/aurget/pkg/aurget//usr/share/man/man5/aurgetrc.5 | ||
install -Dm644 completion/bash /tmp/cramtests-q1oEQU/build.t/aurget/pkg/aurget//usr/share/bash-completion/completions/aurget | ||
install -Dm644 completion/zsh /tmp/cramtests-q1oEQU/build.t/aurget/pkg/aurget//usr/share/zsh/site-functions/_aurget | ||
make[1]: Leaving directory '/tmp/cramtests-q1oEQU/build.t/aurget/src/aurget-4.6.0' |