*** original 2020-04-07 09:48:54.212198645 -0400 --- PKGBUILD 2020-04-06 19:15:36.392706554 -0400 *************** *** 1,4 **** --- 1,5 ---- # Maintainer: Jan Alexander Steffens (heftig) + # Contributor: Carson Black # Contributor: Ionut Biru # Contributor: Paul Mattal # Contributor: Andrew Wright *************** *** 79,112 **** * ) return 1 ;; esac pkgdesc+=" for $variant" depends=("eclipse-common=$pkgver-$pkgrel" bash) - provides=("eclipse=$pkgver-$pkgrel") - conflicts=(eclipse) install -d "$pkgdir/usr/lib" ! cp -a $1 "$pkgdir/usr/lib/eclipse" ! install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <