Date: Thursday, March 31, 2016 @ 22:06:12
  Author: svenstaro
Revision: 169161

upgpkg: tiled 0.16.0-2

Add python plugin

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-03-31 18:41:32 UTC (rev 169160)
+++ PKGBUILD    2016-03-31 20:06:12 UTC (rev 169161)
@@ -2,7 +2,7 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('i686' 'x86_64')
 url='http://mapeditor.org'
@@ -9,7 +9,8 @@
 license=('GPL')
 replaces=('tiled-qt')
 depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 
'desktop-file-utils' 'libxkbcommon-x11')
-makedepends=('mesa' 'qt5-tools')
+makedepends=('mesa' 'qt5-tools' 'python2')
+optdepends=('python2: Python plugin')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
 md5sums=('f5b897d9174a19ed30eadeaad705ea43')

Reply via email to