summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 903bb114a336..90e718c458cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ueberzugpp-new-git
pkgdesc = Display images in the terminal (drop-in replacement for ueberzug written in C++)
- pkgver = r308.f25afb5
+ pkgver = r399.cb3d31c
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp-new
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = ueberzugpp-new-git
depends = glib2
depends = glibc
depends = gcc-libs
+ depends = onetbb
provides = ueberzug
provides = ueberzugpp
conflicts = ueberzug
conflicts = ueberzugpp
- options = !debug
source = git+https://github.com/jstkdng/ueberzugpp-new.git
source = git+https://github.com/gabime/spdlog.git
source = git+https://github.com/CLIUtils/CLI11.git
diff --git a/PKGBUILD b/PKGBUILD
index 83369b7106d3..c10e8d83a3ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ueberzugpp-new-git
_pkgname=ueberzugpp-new
-pkgver=r308.f25afb5
+pkgver=r399.cb3d31c
pkgrel=1
pkgdesc="Display images in the terminal (drop-in replacement for ueberzug written in C++)"
arch=('x86_64')
@@ -12,13 +12,13 @@ license=("GPL-3.0-or-later")
provides=("ueberzug" "ueberzugpp")
conflicts=("ueberzug" "ueberzugpp")
makedepends=("cmake" "wayland-protocols" "extra-cmake-modules")
-depends=("libvips" "libxcb" "xcb-util-image" "xcb-util-errors" "xcb-util-errors" "wayland" "glib2" "glibc" "gcc-libs")
+depends=("libvips" "libxcb" "xcb-util-image" "xcb-util-errors" "xcb-util-errors" "wayland" "glib2" "glibc" "gcc-libs"
+ "onetbb")
source=("git+https://github.com/jstkdng/ueberzugpp-new.git"
"git+https://github.com/gabime/spdlog.git"
"git+https://github.com/CLIUtils/CLI11.git"
"git+https://github.com/stephenberry/glaze.git")
sha256sums=("SKIP" "SKIP" "SKIP" "SKIP")
-options=(!debug)
pkgver() {
cd "$_pkgname"