Date: Sunday, March 26, 2023 @ 13:08:36 Author: arodseth Revision: 1429126
upgpkg: groovy 4.0.10-1 Modified: groovy/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-26 12:43:28 UTC (rev 1429125) +++ PKGBUILD 2023-03-26 13:08:36 UTC (rev 1429126) @@ -1,11 +1,11 @@ -# Maintainer: Brad Fanella <[email protected]> -# Contributor: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> +# Contributor: Brad Fanella <[email protected]> # Contributor: Musikolo <[email protected]> # Contributor: Ruben Fonseca <[email protected]> # Contributor: Andreas W. Hauser <[email protected]> pkgname=groovy -pkgver=4.0.7 +pkgver=4.0.10 pkgrel=1 pkgdesc='Programming language for the Java platform, inspired by Python, Ruby and Smalltalk' arch=(any) @@ -15,7 +15,7 @@ depends=(bash java-environment) optdepends=('groovy-docs: html and pdf documentation for Groovy') source=("https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-$pkgver.zip") -b2sums=('affccb59b2b96d11e959faac823d8dc3e5a38f50ac3d22f31de7310673333e72debb75fb9295b52f6408ecff3586919ec3d071cffdf810681961a0ee47697651') +b2sums=('7c76102b0dd65c1268d53b63def5540953922f4ab67c7739eadf40a574438ba85fb73c17a282ff86e80ae496b03c2de58e8b3c974edb6546850b688eb1530ca9') prepare() { gendesk -f -n \ @@ -40,7 +40,7 @@ install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions # Remove all DOS/Windows batch files - find "$pkgdir" -name '*.bat' -exec rm {} \; + find "$pkgdir" -name '*.bat' -type f -exec rm {} \; # Package the license file install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
