Skip to content

Commit

Permalink
Merge pull request rust-lang#23 from ids1024/arch
Browse files Browse the repository at this point in the history
Tweak dependencies of Arch packages
  • Loading branch information
jackpot51 authored Jun 4, 2017
2 parents a090510 + 62ec9a2 commit c75cfc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/arch/gcc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ arch=(i686 x86_64)
license=(GPL)
source=("git+/~https://github.com/redox-os/gcc#branch=redox")
md5sums=('SKIP')
makedepends=(autoconf-2.64 $_target-newlib-git)
depends=($_target-binutils-git libmpc zlib)
makedepends=(autoconf-2.64)
depends=($_target-binutils-git $_target-newlib-git libmpc zlib)
conflicts=($_target-gcc-freestanding-git)
provides=($_target-gcc-freestanding-git)

Expand Down
3 changes: 1 addition & 2 deletions packages/arch/newlib/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ arch=(i686 x86_64)
license=(GPL)
source=("git+/~https://github.com/redox-os/newlib#branch=redox" "git+/~https://github.com/redox-os/rust")
md5sums=('SKIP' 'SKIP')
makedepends=('xargo' 'rustup' 'automake-1.11')
depends=($_target-binutils-git $_target-gcc-freestanding-git)
makedepends=('xargo' 'rustup' 'automake-1.11' $_target-binutils-git $_target-gcc-freestanding-git)

prepare() {
cd "$srcdir/newlib"
Expand Down

0 comments on commit c75cfc0

Please sign in to comment.