summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjason2021-11-28 12:47:42 +1300
committerjason2021-11-28 12:47:42 +1300
commit94ffa696c6f87ee2f221e56c52614750e2543008 (patch)
tree56b107558904a7b369b7fd7bdeb94dd300634a3d /PKGBUILD
parent66738237d910e1c7c4947d909347e93630e8a0c2 (diff)
downloadaur-94ffa696c6f87ee2f221e56c52614750e2543008.tar.gz
Updated to https: thanks PanisSupraOmnia
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cee005f0fce..14a46ed1a4e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,18 @@
# Contributor: Guten Ye <ywzhaifei [at] gmail [dot] com>
pkgname=ruby-build-git
-pkgver=v20160228.r5.g522f3ba
+pkgver=v20211124
pkgrel=1
pkgdesc="Compile and install Ruby"
arch=('any')
-url="http://github.com/rbenv/ruby-build"
+url="https://github.com/rbenv/ruby-build"
license=("MIT")
+depends=('bash')
makedepends=('git')
provides=('ruby-build')
conflicts=('ruby-build')
_gitname="ruby-build"
-source=("git://github.com/rbenv/ruby-build.git")
+source=("git+https://github.com/rbenv/ruby-build.git")
sha1sums=('SKIP')
pkgver() {