[arch-commits] Commit in processing/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Jun 29 19:43:23 UTC 2016


    Date: Wednesday, June 29, 2016 @ 19:43:23
  Author: arodseth
Revision: 181621

upgpkg: processing 3.1.1-2

Modified:
  processing/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-29 17:22:15 UTC (rev 181620)
+++ PKGBUILD	2016-06-29 19:43:23 UTC (rev 181621)
@@ -3,13 +3,14 @@
 
 pkgname=processing
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and interactions'
 url='http://www.processing.org/'
 license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
 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")
@@ -22,7 +23,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  
+
   install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
   cp -r * "$pkgdir/usr/share/$pkgname/"
   ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"



More information about the arch-commits mailing list