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

Maxime Gauduin alucryd at archlinux.org
Sat Jun 6 08:08:42 UTC 2015


    Date: Saturday, June 6, 2015 @ 10:08:42
  Author: alucryd
Revision: 134894

Cosmetic change

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-06 08:03:23 UTC (rev 134893)
+++ PKGBUILD	2015-06-06 08:08:42 UTC (rev 134894)
@@ -12,7 +12,8 @@
 arch=('i686' 'x86_64')
 url='http://www.renpy.org'
 license=('MIT')
-makedepends=('cython2' 'ffmpeg' 'glew' 'python2-pygame-sdl2')
+depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
+makedepends=('cython2')
 source=("http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2"
         'renpy'
         'renpy.desktop'
@@ -37,7 +38,6 @@
 }
 
 package_renpy() {
-  depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
   optdepends=('renpy-demos: Tutorial and The Question demos'
               'tk: Set projects directory')
 



More information about the arch-commits mailing list