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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Aug 18 08:30:03 UTC 2014


    Date: Monday, August 18, 2014 @ 10:30:02
  Author: bpiotrowski
Revision: 117507

Rename twisted dependency to python2-twisted.

Modified:
  freevo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-18 07:58:19 UTC (rev 117506)
+++ PKGBUILD	2014-08-18 08:30:02 UTC (rev 117507)
@@ -8,13 +8,13 @@
 url="http://freevo.sourceforge.net/"
 license=('GPL2')
 arch=('any')
-depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 
-         'smpeg' 'python2-pillow' 'python2-pysqlite-legacy' 'lsdvd' 
-         'twisted' 'python2-numpy' 'python2-pygame' 'kaa-metadata' 
+depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset'
+         'smpeg' 'python2-pillow' 'python2-pysqlite-legacy' 'lsdvd'
+         'python2-twisted' 'python2-numpy' 'python2-pygame' 'kaa-metadata'
          'kaa-imlib2' 'python2-beautifulsoup3' 'python2-html5lib')
-optdepends=('mplayer: most features' 
-            'xine-lib: can be used instead of mplayer' 
-            'tvtime: watching tv' 
+optdepends=('mplayer: most features'
+            'xine-lib: can be used instead of mplayer'
+            'tvtime: watching tv'
             'xmltv: parsing online tv guides')
 install=freevo.install
 options=('docs')
@@ -38,7 +38,7 @@
   cd $pkgname-$pkgver
 
   python2 setup.py install --prefix="${pkgdir}"/usr
-  
+
   install -Dm644 local_conf.py.example "${pkgdir}"/usr/share/doc/freevo/local_conf.py.example
 
   # install .desktop file and icon




More information about the arch-commits mailing list