diff options
author | JustKidding | 2024-03-10 19:03:28 -0500 |
---|---|---|
committer | JustKidding | 2024-03-10 19:03:28 -0500 |
commit | b8d19217073ab3ac3ebdec401908926f76fb3770 (patch) | |
tree | 1903c1a6777188514d953b606562454715258a28 | |
parent | 2fe321d14cb9b40a187cc81cd4c11182d50d328f (diff) | |
download | aur-b8d19217073ab3ac3ebdec401908926f76fb3770.tar.gz |
upgpkg: ueberzugpp-nogl 2.9.4-1
upstream release
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = ueberzugpp-nogl pkgdesc = Command line util which allows to display images in combination with X11 written in C++ (without OpenGL support) - pkgver = 2.9.2 - pkgrel = 2 + pkgver = 2.9.4 + pkgrel = 1 url = https://github.com/jstkdng/ueberzugpp arch = x86_64 arch = aarch64 @@ -10,7 +10,7 @@ pkgbase = ueberzugpp-nogl makedepends = cmake makedepends = cli11 makedepends = nlohmann-json - makedepends = microsoft-gsl + makedepends = range-v3 makedepends = wayland-protocols makedepends = extra-cmake-modules depends = opencv @@ -33,7 +33,7 @@ pkgbase = ueberzugpp-nogl conflicts = ueberzug conflicts = ueberzugpp options = debug - source = https://github.com/jstkdng/ueberzugpp/archive/v2.9.2.tar.gz - sha256sums = a658ccdb82c50ebd3bf31ecaaa79bcbb66bae756c3b588d4208c94a17f127f42 + source = https://github.com/jstkdng/ueberzugpp/archive/v2.9.4.tar.gz + sha256sums = 0ac48b0afa2a51402b32a8d93f3460e6f0a4317ee4f871efcfaf1afc7af2c4db pkgname = ueberzugpp-nogl @@ -3,17 +3,17 @@ pkgname=ueberzugpp-nogl _pkgname=ueberzugpp -pkgver=2.9.2 -pkgrel=2 +pkgver=2.9.4 +pkgrel=1 pkgdesc="Command line util which allows to display images in combination with X11 written in C++ (without OpenGL support)" arch=(x86_64 aarch64 powerpc64le) url="https://github.com/jstkdng/ueberzugpp" license=("GPL-3.0-or-later") -makedepends=("cmake" "cli11" "nlohmann-json" "microsoft-gsl" "wayland-protocols" "extra-cmake-modules") +makedepends=("cmake" "cli11" "nlohmann-json" "range-v3" "wayland-protocols" "extra-cmake-modules") depends=("opencv" "libvips" "glib2" "libxcb" "xcb-util-image" "libsixel" "openssl" "spdlog" "fmt" "turbo-base64" "chafa" "wayland" "onetbb" "glibc" "gcc-libs" "xcb-util-errors") source=("https://github.com/jstkdng/${_pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('a658ccdb82c50ebd3bf31ecaaa79bcbb66bae756c3b588d4208c94a17f127f42') +sha256sums=('0ac48b0afa2a51402b32a8d93f3460e6f0a4317ee4f871efcfaf1afc7af2c4db') provides=(ueberzug) conflicts=(ueberzug ueberzugpp) options=(debug) |