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: 27e2be85fcb74b661a5a89931dd03ea400949a27

Message: upgpkg: ueberzugpp 2.0.0-1 upstream release

Diff


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