makedeb
Command line util which allows to display images in combination with X11 written in C++
Click here to go back to the commit logs for ueberzugpp-git.
Hash: 701cdc7737948cfb390479542f83fd7303ca7bb3
Message: upgpkg: ueberzugpp 2.8.4-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index d0bcf1e..8d4f26c 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.8.3
+ pkgver = 2.8.4
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
@@ -19,9 +19,10 @@ pkgbase = ueberzugpp
depends = zeromq
depends = fmt
depends = turbo-base64
+ depends = chafa
provides = ueberzug
conflicts = ueberzug
- source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.3.tar.gz
- sha256sums = 9901087eceb3d1fed233703684610f33fa6516aa39155dbbc6ed64dad5ec5e1e
+ source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.4.tar.gz
+ sha256sums = 580c6f6ac029438194ff9027867a1bcc9dcbaa2a5f3766b22cd2f62c6325909d
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index c86f6a3..395ef9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=ueberzugpp
-pkgver=2.8.3
+pkgver=2.8.4
pkgrel=1
pkgdesc="Command line util which allows to display images in combination with X11 written in C++"
arch=("x86_64")
url="https://github.com/jstkdng/ueberzugpp"
license=("GPL3")
makedepends=("cmake" "cli11" "cppzmq" "nlohmann-json" "microsoft-gsl")
-depends=("opencv" "libvips" "xcb-util-image" "libsixel" "openssl" "spdlog" "zeromq" "fmt" "turbo-base64")
+depends=("opencv" "libvips" "xcb-util-image" "libsixel" "openssl" "spdlog" "zeromq" "fmt" "turbo-base64" "chafa")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9901087eceb3d1fed233703684610f33fa6516aa39155dbbc6ed64dad5ec5e1e')
+sha256sums=('580c6f6ac029438194ff9027867a1bcc9dcbaa2a5f3766b22cd2f62c6325909d')
provides=("ueberzug")
conflicts=("ueberzug")