summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorguldir2021-01-06 05:22:22 +0100
committermorguldir2021-01-06 05:22:22 +0100
commit42ea552cffdb3fec71ecc9d76d0fd32773bbbe81 (patch)
tree3762ab2504c6a84cccc578013c9282dc75fd0a5e
parent5479f025d133177eaaca1c9ea032165cc77bab0d (diff)
downloadaur-42ea552cffdb3fec71ecc9d76d0fd32773bbbe81.tar.gz
Bump version to 3.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 024d7940850c..9990ef1ed599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytmx
pkgdesc = Python library to read Tiled Map Editor's TMX maps
- pkgver = 3.22.0
- pkgrel = 2
+ pkgver = 3.24
+ pkgrel = 1
url = https://github.com/bitcraft/PyTMX
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-pytmx
depends = python-six
provides = python-pytmx
conflicts = python-pytmx
- source = git+https://github.com/bitcraft/PyTMX.git#commit=1896511afff65b5a5eb18295976ec44b68a9bb5a
+ source = git+https://github.com/bitcraft/PyTMX.git#commit=eb96efea30d57b731654b2a167d86b8b553b147d
sha256sums = SKIP
pkgname = python-pytmx
diff --git a/PKGBUILD b/PKGBUILD
index 967881c458a9..11fcf0a3b5a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: morguldir <morguldir@protonmail.com>
_gitname=PyTMX
pkgname=python-pytmx
-pkgver=3.22.0
-pkgrel=2
+pkgver=3.24
+_commit=eb96efea30d57b731654b2a167d86b8b553b147d
+pkgrel=1
pkgdesc="Python library to read Tiled Map Editor's TMX maps"
arch=('i686' 'x86_64')
url="https://github.com/bitcraft/$_gitname"
@@ -11,7 +12,7 @@ depends=('python>=3.3' 'python-six')
makedepends=('git')
provides=($pkgname)
conflicts=($pkgname)
-source=("git+https://github.com/bitcraft/$_gitname.git#commit=1896511afff65b5a5eb18295976ec44b68a9bb5a")
+source=("git+https://github.com/bitcraft/$_gitname.git#commit=$_commit")
sha256sums=('SKIP')
package(){