summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2019-10-07 22:13:05 +0200
committerJonne Haß2019-10-07 22:13:05 +0200
commitc09c808633730a05ac78bd3a6ff19ef08de7b5be (patch)
tree9ac6a15ece5f47308426a7be8b72e3dc46f3cc54
parentf9f7b9fd1259d46687eeed8ed33fec94ba6e581d (diff)
downloadaur-c09c808633730a05ac78bd3a6ff19ef08de7b5be.tar.gz
ruby2.4: 2.4.9
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD12
3 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cc2a8224c35..f9d42fe430a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby2.4
pkgdesc = An object-oriented language for quick and easy programming
- pkgver = 2.4.8
+ pkgver = 2.4.9
pkgrel = 1
url = http://www.ruby-lang.org/en/
arch = x86_64
@@ -18,10 +18,8 @@ pkgbase = ruby2.4
depends = zlib
optdepends = tk: for Ruby/TK
options = !emptydirs
- source = https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.8.tar.xz
- source = https://github.com/ruby/ruby/commit/6c721bd44f0d6818c2df361485ebdc49c75ca913.diff
- sha512sums = 5f51a8312c23c1c2bfbb9c59efbd789492a4a7e4b1d4e7764db6eaaa542008e814b40817f10825e22c7fa8715fb9187be5d09b06128da211559b3601785937ea
- sha512sums = bad495dab70ab33f46d33324d57227c6f02cb9c581cbbdcbddcab2c84439e52e7ee9606214c998f6462293ef9e7b7f5ca241c5efa384aace2619fcc61a771e6d
+ source = https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.9.tar.xz
+ sha512sums = 9046575315c29c789427c2d00c832f0c0970e47fd158bbe8e4f2df5cff2ea9c06c65c3493adb4656e5b32ebfdc546092911f98a8ad7f698bc001c290db5888c7
pkgname = ruby2.4
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1a5eb7fd7599..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.diff
diff --git a/PKGBUILD b/PKGBUILD
index be8901b94813..8f25f670f90d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_rubyver=2.4
pkgname=ruby2.4
-pkgver=${_rubyver}.8
+pkgver=${_rubyver}.9
pkgdesc='An object-oriented language for quick and easy programming'
pkgrel=1
arch=(x86_64)
@@ -18,14 +18,8 @@ depends=(gdbm openssl libffi libyaml gmp zlib)
optdepends=('tk: for Ruby/TK')
makedepends=(doxygen graphviz ttf-dejavu tk)
options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz https://github.com/ruby/ruby/commit/6c721bd44f0d6818c2df361485ebdc49c75ca913.diff)
-sha512sums=('5f51a8312c23c1c2bfbb9c59efbd789492a4a7e4b1d4e7764db6eaaa542008e814b40817f10825e22c7fa8715fb9187be5d09b06128da211559b3601785937ea'
- 'bad495dab70ab33f46d33324d57227c6f02cb9c581cbbdcbddcab2c84439e52e7ee9606214c998f6462293ef9e7b7f5ca241c5efa384aace2619fcc61a771e6d')
-
-prepare() {
- cd ruby-${pkgver}
- patch -p1 < ../6c721bd44f0d6818c2df361485ebdc49c75ca913.diff
-}
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('9046575315c29c789427c2d00c832f0c0970e47fd158bbe8e4f2df5cff2ea9c06c65c3493adb4656e5b32ebfdc546092911f98a8ad7f698bc001c290db5888c7')
build() {
cd ruby-${pkgver}