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: 2484dc912fc0b455ee852809f2ae77b05b12ec34

Message: upgpkg: ueberzugpp 1.4.0-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 800125a..f4cc7ed 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.3.0
+	pkgver = 1.4.0
 	pkgrel = 1
 	url = https://github.com/jstkdng/ueberzugpp
 	arch = x86_64
@@ -12,9 +12,10 @@ pkgbase = ueberzugpp
 	depends = libvips
 	depends = xcb-util-image
 	depends = nlohmann-json
+	depends = libsixel
 	provides = ueberzug
 	conflicts = ueberzug
-	source = https://github.com/jstkdng/ueberzugpp/archive/v1.3.0.tar.gz
-	sha256sums = 5ffe6e165839aba9d60daeb55dde79b9bcbc809e036704b12d63696c4a7d137f
+	source = https://github.com/jstkdng/ueberzugpp/archive/v1.4.0.tar.gz
+	sha256sums = 6f01a15920fa1d5a530626bca6a0f29b40cc65f71930e77950d52ab0d6af8ee0
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 6a78248..a6d2751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 pkgname=ueberzugpp
-pkgver=1.3.0
+pkgver=1.4.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" "ninja" "cli11")
-depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json")
+depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5ffe6e165839aba9d60daeb55dde79b9bcbc809e036704b12d63696c4a7d137f')
+sha256sums=('6f01a15920fa1d5a530626bca6a0f29b40cc65f71930e77950d52ab0d6af8ee0')
 provides=("ueberzug")
 conflicts=("ueberzug")