summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d9503ce1658..7c678bde96b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ueberzugpp
pkgdesc = Command line util which allows to display images in combination with X11 written in C++
- pkgver = 2.9.3
+ pkgver = 2.9.4
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = ueberzugpp
provides = ueberzug
conflicts = ueberzug
options = debug
- source = https://github.com/jstkdng/ueberzugpp/archive/v2.9.3.tar.gz
- sha256sums = 998d09cdc84254f758465e06a555d1d2ff7c4204f6a189425f456368b0b096ce
+ source = https://github.com/jstkdng/ueberzugpp/archive/v2.9.4.tar.gz
+ sha256sums = 0ac48b0afa2a51402b32a8d93f3460e6f0a4317ee4f871efcfaf1afc7af2c4db
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index d6c8f3867bff..34107abeede3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154,SC2164
pkgname=ueberzugpp
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=1
pkgdesc="Command line util which allows to display images in combination with X11 written in C++"
arch=(x86_64 aarch64 powerpc64le)
@@ -12,7 +12,7 @@ makedepends=("cmake" "cli11" "nlohmann-json" "wayland-protocols" "extra-cmake-mo
depends=("opencv" "libvips" "glib2" "libxcb" "xcb-util-image" "libsixel" "openssl" "spdlog" "libglvnd"
"fmt" "turbo-base64" "chafa" "wayland" "onetbb" "glibc" "gcc-libs" "xcb-util-errors" "libexif")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('998d09cdc84254f758465e06a555d1d2ff7c4204f6a189425f456368b0b096ce')
+sha256sums=('0ac48b0afa2a51402b32a8d93f3460e6f0a4317ee4f871efcfaf1afc7af2c4db')
provides=("ueberzug")
conflicts=("ueberzug")
options=("debug")