summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52068e6ecffb..fa51eb8a32b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributer: Alex Ogier <alex.ogier@gmail.com>
pkgname=ruby-build
pkgver=20200926
-pkgrel=1
+pkgrel=2
_file="${pkgname}-v${pkgver}.tar.gz"
pkgdesc="Compile and install Ruby"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/rbenv/ruby-build"
license=('MIT')
depends=('bash')
optdepends=('git: install ruby from git')
-source=($url/archive/v$pkgver.tar.gz)
+source=($_file::$url/archive/v$pkgver.tar.gz)
sha512sums=('fca5c0f813b262d9ed427c74ae3ac0302bc9c313b10199929c98eae21d928fb664b20b113cd5196c5fae15153d821db1bc412afd6bb8c19d97035c4afbbdb83f')
build() {