summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2021-11-28 12:47:42 +1300
committerjason2021-11-28 12:47:42 +1300
commit94ffa696c6f87ee2f221e56c52614750e2543008 (patch)
tree56b107558904a7b369b7fd7bdeb94dd300634a3d
parent66738237d910e1c7c4947d909347e93630e8a0c2 (diff)
downloadaur-94ffa696c6f87ee2f221e56c52614750e2543008.tar.gz
Updated to https: thanks PanisSupraOmnia
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1a9b0a2e579..c876ed377556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Mar 21 20:45:22 UTC 2016
pkgbase = ruby-build-git
pkgdesc = Compile and install Ruby
- pkgver = v20160228.r5.g522f3ba
+ pkgver = v20211124
pkgrel = 1
- url = http://github.com/rbenv/ruby-build
+ url = https://github.com/rbenv/ruby-build
arch = any
license = MIT
makedepends = git
+ depends = bash
provides = ruby-build
conflicts = ruby-build
- source = git://github.com/rbenv/ruby-build.git
+ source = git+https://github.com/rbenv/ruby-build.git
sha1sums = SKIP
pkgname = ruby-build-git
-
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() {