Date: Monday, January 23, 2017 @ 14:20:37 Author: bgyorgy Revision: 208554
upgpkg: processing 3.2.3-2 Remove deprecated gstreamer0.10-good-plugins dependency Modified: processing/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-23 14:19:53 UTC (rev 208553) +++ PKGBUILD 2017-01-23 14:20:37 UTC (rev 208554) @@ -3,7 +3,7 @@ pkgname=processing pkgver=3.2.3 -pkgrel=1 +pkgrel=2 arch=('x86_64' 'i686') pkgdesc='Programming environment for creating images, animations and interactions' url='http://www.processing.org/' @@ -10,7 +10,6 @@ license=('GPL' 'LGPL') makedepends=('gendesk') depends=('libgl' 'libxxf86vm') -optdepends=('gstreamer0.10-good-plugins: video plugins') options=('!strip') source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz") source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz")