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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Feb 9 14:10:37 UTC 2021


    Date: Tuesday, February 9, 2021 @ 14:10:36
  Author: svenstaro
Revision: 850996

upgpkg: tiled 1.4.3-3: Add qt5-imageformats to optdepends

Modified:
  tiled/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-09 13:48:03 UTC (rev 850995)
+++ PKGBUILD	2021-02-09 14:10:36 UTC (rev 850996)
@@ -2,7 +2,7 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled
 pkgver=1.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
 arch=('x86_64')
 url='http://www.mapeditor.org'
@@ -10,7 +10,8 @@
 replaces=('tiled-qt')
 depends=('qt5-base' 'libgl' 'gtk-update-icon-cache' 'shared-mime-info' 'desktop-file-utils' 'libxkbcommon-x11' 'qt5-declarative' 'qt5-quickcontrols2' 'zstd')
 makedepends=('mesa' 'qt5-tools' 'python3')
-optdepends=('python3: Python plugin')
+optdepends=('python3: Python plugin'
+            'qt5-imageformats: Support for additional image formats (including WebP)')
 source=($pkgname-$pkgver.tar.gz::https://github.com/bjorn/tiled/archive/v${pkgver}.tar.gz)
 sha512sums=('1e75e323733e05563bf542364778d95f2f22484ec0d85b4a9e7fac782c117934b37b049724979be5c83de86a3900c7ca2e9f3c5a660c530d2ecd0f023eb22c2e')
 



More information about the arch-commits mailing list