summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding2023-05-25 23:37:28 -0500
committerJustKidding2023-05-25 23:37:28 -0500
commit248ca5d890970917f15ef75cb84ee06b0e6bb757 (patch)
treef24b7b26b7745761b1c64b975d48eddb9cb52490
parent973e48686aa4cf5c642338d8a9c232bf509d825d (diff)
downloadaur-248ca5d890970917f15ef75cb84ee06b0e6bb757.tar.gz
upgpkg: ueberzugpp 2.8.5-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf6cfbc74128..8ff10600e47e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ueberzugpp
pkgdesc = Command line util which allows to display images in combination with X11 written in C++
pkgver = 2.8.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = ueberzugpp
makedepends = nlohmann-json
makedepends = microsoft-gsl
makedepends = wayland-protocols
+ makedepends = extra-cmake-modules
depends = opencv
depends = libvips
depends = xcb-util-image
diff --git a/PKGBUILD b/PKGBUILD
index 8f69adb28e1f..140b26d3f517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=ueberzugpp
pkgver=2.8.5
-pkgrel=1
+pkgrel=2
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" "nlohmann-json" "microsoft-gsl" "wayland-protocols")
+makedepends=("cmake" "cli11" "nlohmann-json" "microsoft-gsl" "wayland-protocols" "extra-cmake-modules")
depends=("opencv" "libvips" "xcb-util-image" "libsixel" "openssl" "spdlog" "fmt" "turbo-base64" "chafa" "wayland")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('2788e63f233eb5fb925e371db8a1d89289c1062aa854b7de5685397518fd678b')