makedeb


ueberzugpp-git 2.9.1.r154.638e89d-1


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-git.

Commit:


Hash: 6a28d1da772e5a4b785cb8c7081245c10de98324

Message: upgpkg: ueberzugpp 2.8.1-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 39aa0f4..728a33c 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.8.0
+	pkgver = 2.8.1
 	pkgrel = 1
 	url = https://github.com/jstkdng/ueberzugpp
 	arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = ueberzugpp
 	makedepends = cmake
 	makedepends = cli11
 	makedepends = cppzmq
+	makedepends = nlohmann-json
 	depends = opencv
 	depends = libvips
 	depends = xcb-util-image
-	depends = nlohmann-json
 	depends = libsixel
 	depends = openssl
 	depends = spdlog
@@ -20,7 +20,7 @@ pkgbase = ueberzugpp
 	depends = turbo-base64
 	provides = ueberzug
 	conflicts = ueberzug
-	source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.0.tar.gz
-	sha256sums = 3f7e21052c3c218c436b1d2d8aedc1f02573ad83046be00b05069bfdc29bf4e2
+	source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.1.tar.gz
+	sha256sums = c19bf5f1f29dae1fe2134bcd7e47a9b488a4125b411a92e48538ccda0d54b912
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 5bb52b6..736a666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 pkgname=ueberzugpp
-pkgver=2.8.0
+pkgver=2.8.1
 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" "cppzmq")
-depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel" "openssl" "spdlog" "zeromq" "fmt" "turbo-base64")
+makedepends=("cmake" "cli11" "cppzmq" "nlohmann-json")
+depends=("opencv" "libvips" "xcb-util-image" "libsixel" "openssl" "spdlog" "zeromq" "fmt" "turbo-base64")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('3f7e21052c3c218c436b1d2d8aedc1f02573ad83046be00b05069bfdc29bf4e2')
+sha256sums=('c19bf5f1f29dae1fe2134bcd7e47a9b488a4125b411a92e48538ccda0d54b912')
 provides=("ueberzug")
 conflicts=("ueberzug")