makedeb
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.
Hash: 4d778dc90e3bb78cbacd6530384027932b9122cc
Message: upgpkg: ueberzugpp 2.8.2-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index 728a33c..cde68b9 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.8.1
+ pkgver = 2.8.2
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = ueberzugpp
makedepends = cli11
makedepends = cppzmq
makedepends = nlohmann-json
+ makedepends = microsoft-gsl
depends = opencv
depends = libvips
depends = xcb-util-image
@@ -20,7 +21,7 @@ pkgbase = ueberzugpp
depends = turbo-base64
provides = ueberzug
conflicts = ueberzug
- source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.1.tar.gz
- sha256sums = c19bf5f1f29dae1fe2134bcd7e47a9b488a4125b411a92e48538ccda0d54b912
+ source = https://github.com/jstkdng/ueberzugpp/archive/v2.8.2.tar.gz
+ sha256sums = 202eee24b706f9120cb506de7a6cf8f46d1ea3bdf2fbca5e53513b21c5be9695
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 736a666..930a16d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=ueberzugpp
-pkgver=2.8.1
+pkgver=2.8.2
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" "cppzmq" "nlohmann-json")
+makedepends=("cmake" "cli11" "cppzmq" "nlohmann-json" "microsoft-gsl")
depends=("opencv" "libvips" "xcb-util-image" "libsixel" "openssl" "spdlog" "zeromq" "fmt" "turbo-base64")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c19bf5f1f29dae1fe2134bcd7e47a9b488a4125b411a92e48538ccda0d54b912')
+sha256sums=('202eee24b706f9120cb506de7a6cf8f46d1ea3bdf2fbca5e53513b21c5be9695')
provides=("ueberzug")
conflicts=("ueberzug")