summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormorguldir2021-01-06 05:22:22 +0100
committermorguldir2021-01-06 05:22:22 +0100
commit42ea552cffdb3fec71ecc9d76d0fd32773bbbe81 (patch)
tree3762ab2504c6a84cccc578013c9282dc75fd0a5e /PKGBUILD
parent5479f025d133177eaaca1c9ea032165cc77bab0d (diff)
downloadaur-42ea552cffdb3fec71ecc9d76d0fd32773bbbe81.tar.gz
Bump version to 3.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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(){