summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaghm Rossi2023-01-23 23:04:42 -0500
committerSaghm Rossi2023-01-23 23:04:42 -0500
commit697f3d6eccd8b19fa91f46aea1dccbb7ae2633a0 (patch)
treef7cafdd22807a33bcf49971274167ff5164718cf
parentb73cbc33d6215b60645e1167fa86d81744dc8c68 (diff)
downloadaur-697f3d6eccd8b19fa91f46aea1dccbb7ae2633a0.tar.gz
ruby-build: 20221225-2
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8133bf56435e..fecd25ca5e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,17 @@
# Contributer: Alex Ogier <alex.ogier@gmail.com>
pkgname=ruby-build
pkgver=20221225
-pkgrel=1
+pkgrel=2
_file="${pkgname}-v${pkgver}.tar.gz"
pkgdesc="Compile and install Ruby"
arch=('any')
url="https://github.com/rbenv/ruby-build"
license=('MIT')
depends=('bash')
-optdepends=('git: install ruby from git')
+optdepends=(
+ 'git: install ruby from git'
+ 'libyaml: install recent versions of mri'
+)
source=($_file::$url/archive/v$pkgver.tar.gz)
sha512sums=('52a4d645931bab333b5d44293f7ce00dfcca949482e63d74b3314aeb7f95c9837f83cff72ae7c955cf0f54d6186250bfff0b383659679e4d1945aca1efdcd66d')