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: a521db2cbbadd705ea3483bb3dfc23858db84dac

Message: upgpkg: ueberzugpp 2.7.8-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5b3570b..78d4cda 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.7.7
+	pkgver = 2.7.8
 	pkgrel = 1
 	url = https://github.com/jstkdng/ueberzugpp
 	arch = x86_64
@@ -16,9 +16,10 @@ pkgbase = ueberzugpp
 	depends = spdlog
 	depends = zeromq
 	depends = fmt
+	depends = turbo-base64
 	provides = ueberzug
 	conflicts = ueberzug
-	source = https://github.com/jstkdng/ueberzugpp/archive/v2.7.7.tar.gz
-	sha256sums = 0a1ab82faadf9742bf873813b88e393645e9af3f53495b465a942ea25c495cc2
+	source = https://github.com/jstkdng/ueberzugpp/archive/v2.7.8.tar.gz
+	sha256sums = 3249f591db82c6e6c3faf4d590b3e30466667686057e982259cd1b27da48bd11
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index c99c84b..788165e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 pkgname=ueberzugpp
-pkgver=2.7.7
+pkgver=2.7.8
 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" "openssl" "spdlog" "zeromq" "fmt")
+depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel" "openssl" "spdlog" "zeromq" "fmt" "turbo-base64")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0a1ab82faadf9742bf873813b88e393645e9af3f53495b465a942ea25c495cc2')
+sha256sums=('3249f591db82c6e6c3faf4d590b3e30466667686057e982259cd1b27da48bd11')
 provides=("ueberzug")
 conflicts=("ueberzug")
 
@@ -16,6 +16,7 @@ build() {
   cmake -B build -S "$pkgname-$pkgver" \
         -DCMAKE_BUILD_TYPE='None' \
         -DCMAKE_INSTALL_PREFIX='/usr' \
+        -DENABLE_TURBOBASE64=ON \
         -Wno-dev
   cmake --build build -j $(nproc)
 }