Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
tiled
Commits:
d7d4f3f5 by Sven-Hendrik Haase at 2024-06-28T01:27:25+02:00
upgpkg: 1.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tiled
pkgdesc = A general purpose tile map editor, built to be flexible and
easy to use
- pkgver = 1.10.2
- pkgrel = 3
+ pkgver = 1.11.0
+ pkgrel = 1
url = http://www.mapeditor.org
arch = x86_64
license = GPL
@@ -20,7 +20,7 @@ pkgbase = tiled
depends = zstd
optdepends = python: Python plugin
optdepends = qt6-imageformats: Support for additional image formats
(including WebP)
- source =
tiled-1.10.2.tar.gz::https://github.com/mapeditor/tiled/archive/v1.10.2.tar.gz
- sha512sums =
963ea9bc15bfdb3b18363888e7e3cb964895a6f4919f93ab1c4ce679ed979bd9640115c1d76d3b597390afd0630342313cbb8308d26ddd66226ce99dfc8cd7e7
+ source =
tiled-1.11.0.tar.gz::https://github.com/mapeditor/tiled/archive/v1.11.0.tar.gz
+ sha512sums =
59e7ff38bedb0b897b40b2d3f6231004970de843e3700ef8adfaf78ab9b15c57e291ec27d409ba61094871b84f27238defb33bef5b23e838736f515ec1addf5d
pkgname = tiled
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
pkgname=tiled
-pkgver=1.10.2
-pkgrel=3
+pkgver=1.11.0
+pkgrel=1
pkgdesc='A general purpose tile map editor, built to be flexible and easy to
use'
arch=('x86_64')
url='http://www.mapeditor.org'
@@ -13,7 +13,7 @@ makedepends=('mesa' 'qt6-tools' 'python' 'qbs')
optdepends=('python: Python plugin'
'qt6-imageformats: Support for additional image formats (including
WebP)')
source=($pkgname-$pkgver.tar.gz::https://github.com/mapeditor/tiled/archive/v${pkgver}.tar.gz)
-sha512sums=('963ea9bc15bfdb3b18363888e7e3cb964895a6f4919f93ab1c4ce679ed979bd9640115c1d76d3b597390afd0630342313cbb8308d26ddd66226ce99dfc8cd7e7')
+sha512sums=('59e7ff38bedb0b897b40b2d3f6231004970de843e3700ef8adfaf78ab9b15c57e291ec27d409ba61094871b84f27238defb33bef5b23e838736f515ec1addf5d')
prepare() {
qbs setup-qt /usr/bin/qmake6 qt6
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiled/-/commit/d7d4f3f564a2361267a862074013f2a5cc6ec8ab
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tiled/-/commit/d7d4f3f564a2361267a862074013f2a5cc6ec8ab
You're receiving this email because of your account on gitlab.archlinux.org.