Date: Friday, December 2, 2022 @ 21:52:59
  Author: andyrtr
Revision: 462930

archrelease: copy trunk to extra-any

Added:
  beanshell/repos/extra-any/PKGBUILD
    (from rev 462929, beanshell/trunk/PKGBUILD)
Deleted:
  beanshell/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-02 21:52:53 UTC (rev 462929)
+++ PKGBUILD    2022-12-02 21:52:59 UTC (rev 462930)
@@ -1,29 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=beanshell
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Small, free, embeddable, source level Java interpreter with object 
based scripting language features written in Java"
-arch=('any')
-url="https://github.com/beanshell/beanshell";
-license=('Apache')
-depends=('java-runtime')
-provides=('bsh')
-replaces=('beanshell2')
-conflicts=('beanshell2')
-source=("https://github.com/beanshell/beanshell/releases/download/$pkgver/bsh-${pkgver}.jar";)
-noextract=("${pkgname}-${pkgver}.jar")
-sha512sums=('f29ec0b382e8648b9f7506cc976ac533d82a941986e0beab3464cd1659334d8f8369c139124591ba45306dc8c0eb7090bd915ece364cdd476dd929fde3da2c34')
-
-# beanshell2 fork is dead
-# http://stackoverflow.com/questions/26549307/current-state-of-beanshell
-# https://github.com/stain/beanshell2 - google code got removed and only this 
fork is left and outdated 
-# original url http://www.beanshell.org - unmaintained
-
-# Fedora and our only package making use of it use the follow up of the old 
beanshell:
-# https://github.com/beanshell/beanshell
-
-package() {
-  install -m755 -d "${pkgdir}"/usr/share/java/
-  install -D -m644 "${srcdir}"/bsh-${pkgver}.jar 
"${pkgdir}"/usr/share/java/bsh.jar
-}

Copied: beanshell/repos/extra-any/PKGBUILD (from rev 462929, 
beanshell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-02 21:52:59 UTC (rev 462930)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=beanshell
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Small, free, embeddable, source level Java interpreter with object 
based scripting language features written in Java"
+arch=('any')
+url="https://github.com/beanshell/beanshell";
+license=('Apache')
+depends=('java-runtime')
+provides=('bsh')
+replaces=('beanshell2')
+conflicts=('beanshell2')
+source=("https://github.com/beanshell/beanshell/releases/download/$pkgver/bsh-${pkgver}.jar";)
+noextract=("${pkgname}-${pkgver}.jar")
+sha512sums=('73723d4bd834e1c9564f964e0008b2110dceb8dee2874eab4529fda1d8e20572f1198eedec235a08ad39c395c3737e8f5b7517077c3604d644506f883f0a3919')
+
+# beanshell2 fork is dead
+# http://stackoverflow.com/questions/26549307/current-state-of-beanshell
+# https://github.com/stain/beanshell2 - google code got removed and only this 
fork is left and outdated 
+# original url http://www.beanshell.org - unmaintained
+
+# Fedora and our only package making use of it use the follow up of the old 
beanshell:
+# https://github.com/beanshell/beanshell
+
+package() {
+  install -m755 -d "${pkgdir}"/usr/share/java/
+  install -D -m644 "${srcdir}"/bsh-${pkgver}.jar 
"${pkgdir}"/usr/share/java/bsh.jar
+}

Reply via email to