Skip to content
Snippets Groups Projects
Commit 5d37adff authored by alpine-mips-patches's avatar alpine-mips-patches Committed by Leonardo Arena
Browse files

community/ruby-rugged: fix checkdepends (git)

Without git installed check() fails with a bunch of errors like this:

  1) Error:
IndexRepositoryTest#test_read_tree_with_not_a_tree:
Errno::ENOENT: No such file or directory - git
    /home/user/aports/community/ruby-rugged/src/rugged-0.27.4/test/test_helper.rb:56:in ``'
    /home/user/aports/community/ruby-rugged/src/rugged-0.27.4/test/test_helper.rb:56:in `clone'
    /home/user/aports/community/ruby-rugged/src/rugged-0.27.4/test/index_test.rb:322:in `setup'
parent 2fa5109b
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
pkgname=ruby-rugged
_gemname=rugged
pkgver=0.27.5
pkgrel=0
pkgrel=1
pkgdesc="Ruby bindings to libgit2"
url="https://github.com/libgit2/rugged"
arch="all"
license="MIT"
checkdepends="libgit2-tests ruby-minitest ruby-rake-compiler ruby-rake"
checkdepends="libgit2-tests ruby-minitest ruby-rake-compiler ruby-rake git"
makedepends="libgit2-dev>=${pkgver%.*} ruby ruby-dev"
source="$_gemname-$pkgver.tar.gz::https://github.com/libgit2/$_gemname/archive/v$pkgver.tar.gz
fix-extconf-version-check.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment