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.
Hash: 193db02a5beb63433db4c8be48c5c704fc18a8d7
Message: upgpkg: ueberzugpp 2.8.0-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index 78d4cda..39aa0f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ueberzugpp
pkgdesc = Command line util which allows to display images in combination with X11 written in C++
- pkgver = 2.7.8
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = cli11
+ makedepends = cppzmq
depends = opencv
depends = libvips
depends = xcb-util-image
@@ -19,7 +20,7 @@ pkgbase = ueberzugpp
depends = turbo-base64
provides = ueberzug
conflicts = ueberzug
- source = https://github.com/jstkdng/ueberzugpp/archive/v2.7.8.tar.gz
- sha256sums = 3249f591db82c6e6c3faf4d590b3e30466667686057e982259cd1b27da48bd11
+ source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.0.tar.gz
+ sha256sums = 3f7e21052c3c218c436b1d2d8aedc1f02573ad83046be00b05069bfdc29bf4e2
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 788165e..5bb52b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=ueberzugpp
-pkgver=2.7.8
+pkgver=2.8.0
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")
+makedepends=("cmake" "cli11" "cppzmq")
depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel" "openssl" "spdlog" "zeromq" "fmt" "turbo-base64")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('3249f591db82c6e6c3faf4d590b3e30466667686057e982259cd1b27da48bd11')
+sha256sums=('3f7e21052c3c218c436b1d2d8aedc1f02573ad83046be00b05069bfdc29bf4e2')
provides=("ueberzug")
conflicts=("ueberzug")