*** original 2020-04-07 09:48:54.212198645 -0400 --- PKGBUILD 2020-04-12 22:47:21.397549447 -0400 *************** *** 1,4 **** --- 1,5 ---- # Maintainer: Jan Alexander Steffens (heftig) + # Contributor: Carson Black # Contributor: Ionut Biru # Contributor: Paul Mattal # Contributor: Andrew Wright *************** *** 8,14 **** pkgbase=eclipse pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust}) pkgver=4.14 ! pkgrel=1 _release=2019-12/R pkgdesc="Highly extensible IDE" license=(EPL) --- 9,15 ---- pkgbase=eclipse pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust}) pkgver=4.14 ! pkgrel=2 _release=2019-12/R pkgdesc="Highly extensible IDE" license=(EPL) *************** *** 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" <