Date: Friday, August 21, 2020 @ 14:05:55 Author: cesura Revision: 686046
upgpkg: groovy 2.5.13-1: update 2.5.13 Modified: groovy/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-21 14:05:44 UTC (rev 686045) +++ PKGBUILD 2020-08-21 14:05:55 UTC (rev 686046) @@ -5,7 +5,7 @@ # Contributor: Andreas W. Hauser <[email protected]> pkgname=groovy -pkgver=2.5.8 +pkgver=2.5.13 pkgrel=1 pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' arch=('any') @@ -15,10 +15,8 @@ optdepends=('groovy-docs: html and pdf documentation for Groovy') makedepends=('gendesk') # .asc file is available for download, but there was no key available -source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip" - "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png") -sha256sums=('49fb14b98f9fed1744781e4383cf8bff76440032f58eb5fabdc9e67a5daa8742' - '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') +source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip") +sha256sums=('ec140c1a3a36df44f863a6ca1a6d3fba763eade67f3a283518b821f7ac6f3cbe') prepare() { # Generate desktop shortcut @@ -52,5 +50,4 @@ # Package the desktop shortcut for Groovy Console install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications - install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps }
