We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7393a8e commit 143157fCopy full SHA for 143157f
rbenv/riscv64.patch
@@ -0,0 +1,13 @@
1
+diff --git PKGBUILD PKGBUILD
2
+index f16f5ce..f638331 100644
3
+--- PKGBUILD
4
++++ PKGBUILD
5
+@@ -13,7 +13,7 @@ arch=('any')
6
+ url="https://github.com/rbenv/rbenv"
7
+ license=('MIT')
8
+ depends=('bash')
9
+-checkdepends=('bats')
10
++checkdepends=('bats' 'git')
11
+ optdepends=('ruby-build: install Ruby versions')
12
+ install="rbenv.install"
13
+ source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
0 commit comments