Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / jruby


Commits:
7e4eca17 by Jan Alexander Steffens (heftig) at 2023-11-02T23:40:48+01:00
9.4.5.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = jruby
+       pkgdesc = 100% pure-Java implementation of the Ruby programming language
+       pkgver = 9.4.5.0
+       pkgrel = 1
+       url = https://www.jruby.org/
+       arch = any
+       license = (EPL-2.0 OR GPL-2.0-only OR LGPL-2.1-only) AND BSD-3-Clause 
AND MIT AND MIT-0 AND Apache-2.0 AND Ruby
+       options = !strip
+       source = 
https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.4.5.0/jruby-dist-9.4.5.0-bin.tar.gz
+       md5sums = 09c6fceb38d6c086af2e4d5f21f9fe65
+       sha1sums = 9f2d039c975659a641d5002d0999aec73b963260
+       sha256sums = 
a40f78c4641ccc86752e16b2da247fd6bc9fbcf9a4864cf1be36f7ff7b35684c
+
+pkgname = jruby
+       depends = java-runtime-headless
+       depends = bash


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,19 @@
 # Contributor: FaziBear <[email protected]>
 
 pkgname=jruby
-pkgver=9.4.3.0
+pkgver=9.4.5.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 url="https://www.jruby.org/";
 arch=(any)
-license=(EPL GPL2 LGPL2.1 custom)
+license=(
+  '(EPL-2.0 OR GPL-2.0-only OR LGPL-2.1-only) AND BSD-3-Clause AND MIT AND 
MIT-0 AND Apache-2.0 AND Ruby'
+)
 options=(!strip)
 
source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('526006fefb3e5ffc5095ab5599cc38c6')
-sha1sums=('41c683cb5c493c7bda937527611a23a8e60677f0')
-sha256sums=('b097e08c5669e8a188288e113911d12b4ad2bd67a2c209d6dfa8445d63a4d8c9')
+md5sums=('09c6fceb38d6c086af2e4d5f21f9fe65')
+sha1sums=('9f2d039c975659a641d5002d0999aec73b963260')
+sha256sums=('a40f78c4641ccc86752e16b2da247fd6bc9fbcf9a4864cf1be36f7ff7b35684c')
 
 prepare() {
   cd jruby-$pkgver
@@ -29,3 +31,5 @@ package() {
     "$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
 }
+
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jruby/-/commit/7e4eca17057605e97cbd19b4f04173ad6e514e88

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jruby/-/commit/7e4eca17057605e97cbd19b4f04173ad6e514e88
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to