summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-27 18:50:05 -0500
committerLuis Martinez2022-08-27 18:50:05 -0500
commit0362855ba10cc8a13c0bfdfbc3fc9fb333cbab52 (patch)
treee65f269947f8cbbd2709f6293f5498528059beed
parent1ad4c74156d9f6227fe565d50c9167f04f94bfdf (diff)
downloadaur-0362855ba10cc8a13c0bfdfbc3fc9fb333cbab52.tar.gz
update to 1.22.2
-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 6913f31927f0..f81fe6b81934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtcod
pkgdesc = Roguelike graphics/utility library
- pkgver = 1.22.1
+ pkgver = 1.22.2
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.1?signed
+ source = libtcod::git+https://github.com/libtcod/libtcod#tag=1.22.2?signed
validpgpkeys = 9EF1E80F3817BC043097A7C15814977902B194CC
sha256sums = SKIP
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c93a63a23ec4..42f9c862d6eb 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.2] - 2022-08-26
+### Fixed
+- Libtcod was not linking `utf8proc` correctly in projects statically built with CMake.
+
## [1.22.1] - 2022-08-24
### Fixed
- Fix regression in TCODList when items are removed during iteration.
diff --git a/PKGBUILD b/PKGBUILD
index edd6805cb903..c262f0ae9f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
## GPG key: https://github.com/hexdecimal.gpg
pkgname=libtcod
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=1
pkgdesc="Roguelike graphics/utility library"
arch=('x86_64')