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: 8041023d8c9d8d3d9b00a01df1e65f33e0f03f0d

Message: upgpkg: ueberzugpp 2.7.0-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 968ce20..e3e7e54 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.6.0
+	pkgver = 2.7.0
 	pkgrel = 1
 	url = https://github.com/jstkdng/ueberzugpp
 	arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = ueberzugpp
 	depends = xcb-util-image
 	depends = nlohmann-json
 	depends = libsixel
-	depends = botan
+	depends = openssl
 	depends = spdlog
 	depends = zeromq
 	depends = fmt
 	provides = ueberzug
 	conflicts = ueberzug
-	source = https://github.com/jstkdng/ueberzugpp/archive/v2.6.0.tar.gz
-	sha256sums = bd4e346fb156d1637949739bd17ee60c7974a6a097d298802e208544b778baf7
+	source = https://github.com/jstkdng/ueberzugpp/archive/v2.7.0.tar.gz
+	sha256sums = f63346c7c9cb13f7f17d79ce9dff384bab2ae9d875861f9b02657956af98810c
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 03b7aa2..5c262be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 pkgname=ueberzugpp
-pkgver=2.6.0
+pkgver=2.7.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" "spdlog" "zeromq" "fmt")
+depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel" "openssl" "spdlog" "zeromq" "fmt")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('bd4e346fb156d1637949739bd17ee60c7974a6a097d298802e208544b778baf7')
+sha256sums=('f63346c7c9cb13f7f17d79ce9dff384bab2ae9d875861f9b02657956af98810c')
 provides=("ueberzug")
 conflicts=("ueberzug")