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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Nov 19 19:58:59 UTC 2018


    Date: Monday, November 19, 2018 @ 19:58:58
  Author: svenstaro
Revision: 408962

upgpkg: tiled 1.2.1-2

Switch to python 3

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-19 19:44:12 UTC (rev 408961)
+++ PKGBUILD	2018-11-19 19:58:58 UTC (rev 408962)
@@ -2,7 +2,7 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
 arch=('x86_64')
 url='http://www.mapeditor.org'
@@ -9,8 +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' 'python2')
-optdepends=('python2: Python plugin')
+makedepends=('mesa' 'qt5-tools' 'python3')
+optdepends=('python3: Python plugin')
 source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
 sha512sums=('9a66d41ed991b6af226c9456758f27bf5cf2e8d1059042fb684b003608509c0d0e13776710e777bab0e12f55223e4fca4048a07661c36a3273f9c6c5cbf7fa5d')
 



More information about the arch-commits mailing list