summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-25 01:05:25 -0500
committerLuis Martinez2022-08-25 01:05:25 -0500
commit1ad4c74156d9f6227fe565d50c9167f04f94bfdf (patch)
tree7521f70b4588272c926e996ed5ac4aea8f0ed58f
parent76d05d04efdb8e7bc05d2215c69e14bc95379862 (diff)
downloadaur-1ad4c74156d9f6227fe565d50c9167f04f94bfdf.tar.gz
update to 1.22.1
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG.md4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab08b5d16a46..6913f31927f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtcod
pkgdesc = Roguelike graphics/utility library
- pkgver = 1.22.0
+ pkgver = 1.22.1
pkgrel = 1
url = https://github.com/libtcod/libtcod
changelog = CHANGELOG.md
@@ -10,7 +10,7 @@ pkgbase = libtcod
makedepends = python
depends = sdl2
provides = libtcod.so
- source = libtcod::git+https://github.com/libtcod/libtcod#tag=1.22.0?signed
+ source = libtcod::git+https://github.com/libtcod/libtcod#tag=1.22.1?signed
validpgpkeys = 9EF1E80F3817BC043097A7C15814977902B194CC
sha256sums = SKIP
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9dc3b476ff1..c93a63a23ec4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ Versions since `1.7.0` only track ABI breaks and not API breaks.
## [Unreleased]
+## [1.22.1] - 2022-08-24
+### Fixed
+- Fix regression in TCODList when items are removed during iteration.
+
## [1.22.0] - 2022-08-24
### Added
- Libtcod can now be built without zlib by passing the `-DLIBTCOD_ZLIB=disable` flag to CMake or by setting `CMAKE_DISABLE_FIND_PACKAGE_ZLIB=1`.
diff --git a/PKGBUILD b/PKGBUILD
index 71ba2df54df0..edd6805cb903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
## GPG key: https://github.com/hexdecimal.gpg
pkgname=libtcod
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=1
pkgdesc="Roguelike graphics/utility library"
arch=('x86_64')