makedeb


ueberzugpp 2.9.6-0


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.

Commit:


Hash: 2cd95b568e3a5ff4ba00d033e459f490d91370dd

Message: upgpkg: ueberzugpp 2.2.0-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 980728f..ba2654a 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.0.0
+	pkgver = 2.2.0
 	pkgrel = 1
 	url = https://github.com/jstkdng/ueberzugpp
 	arch = x86_64
@@ -13,9 +13,11 @@ pkgbase = ueberzugpp
 	depends = nlohmann-json
 	depends = libsixel
 	depends = botan
+	depends = spdlog
+	depends = zeromq
 	provides = ueberzug
 	conflicts = ueberzug
-	source = https://github.com/jstkdng/ueberzugpp/archive/v2.0.0.tar.gz
-	sha256sums = 252b6aa580bfb73441639d84c882912d6c634d6f62d453a33a95861dce2b312f
+	source = https://github.com/jstkdng/ueberzugpp/archive/v2.2.0.tar.gz
+	sha256sums = b4c3e5947a7ba0aa891380a92272bc2204f35bb1244dc4215e130dca1a5b6620
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 58fe474..3abd4a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 pkgname=ueberzugpp
-pkgver=2.0.0
+pkgver=2.2.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")
-depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel" "botan")
+depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel" "botan" "spdlog" "zeromq")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('252b6aa580bfb73441639d84c882912d6c634d6f62d453a33a95861dce2b312f')
+sha256sums=('b4c3e5947a7ba0aa891380a92272bc2204f35bb1244dc4215e130dca1a5b6620')
 provides=("ueberzug")
 conflicts=("ueberzug")