summaryrefslogtreecommitdiffstats
path: root/graphics/ueberzugpp/ueberzugpp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ueberzugpp/ueberzugpp.SlackBuild')
-rw-r--r--graphics/ueberzugpp/ueberzugpp.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/ueberzugpp/ueberzugpp.SlackBuild b/graphics/ueberzugpp/ueberzugpp.SlackBuild
index 0b82f8a81c..0194fd75f6 100644
--- a/graphics/ueberzugpp/ueberzugpp.SlackBuild
+++ b/graphics/ueberzugpp/ueberzugpp.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ueberzugpp
-VERSION=${VERSION:-2.9.6}
+VERSION=${VERSION:-2.9.7}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,10 +81,6 @@ if [ "$WAYLAND" = "yes" ]; then
with_wayland=( -DENABLE_WAYLAND=ON )
fi
-# upstream requires at least CMake 3.22 despite at least 3.21 working without
-# trouble
-sed -i '/cmake_minimum_required/s/3\.22/3\.21/' CMakeLists.txt
-
mkdir -p build
cd build
cmake \