summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding2023-05-05 21:14:14 -0500
committerJustKidding2023-05-05 21:14:14 -0500
commit193db02a5beb63433db4c8be48c5c704fc18a8d7 (patch)
treea0ac0c131253e2757f1fa39276bf973bb5f39d22
parenta521db2cbbadd705ea3483bb3dfc23858db84dac (diff)
downloadaur-193db02a5beb63433db4c8be48c5c704fc18a8d7.tar.gz
upgpkg: ueberzugpp 2.8.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d4cda48c3e..39aa0f4678d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ueberzugpp
pkgdesc = Command line util which allows to display images in combination with X11 written in C++
- pkgver = 2.7.8
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = cli11
+ makedepends = cppzmq
depends = opencv
depends = libvips
depends = xcb-util-image
@@ -19,7 +20,7 @@ pkgbase = ueberzugpp
depends = turbo-base64
provides = ueberzug
conflicts = ueberzug
- source = https://github.com/jstkdng/ueberzugpp/archive/v2.7.8.tar.gz
- sha256sums = 3249f591db82c6e6c3faf4d590b3e30466667686057e982259cd1b27da48bd11
+ source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.0.tar.gz
+ sha256sums = 3f7e21052c3c218c436b1d2d8aedc1f02573ad83046be00b05069bfdc29bf4e2
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 788165e33af1..5bb52b693da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=ueberzugpp
-pkgver=2.7.8
+pkgver=2.8.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")
+makedepends=("cmake" "cli11" "cppzmq")
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=('3249f591db82c6e6c3faf4d590b3e30466667686057e982259cd1b27da48bd11')
+sha256sums=('3f7e21052c3c218c436b1d2d8aedc1f02573ad83046be00b05069bfdc29bf4e2')
provides=("ueberzug")
conflicts=("ueberzug")