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-git.
Hash: 1b6fe2fb60edb6f9661a4e66db486f587dec9a05
Message: upgpkg: ueberzugpp 2.7.2-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index 0811786..4c96f9b 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.7.1
+ pkgver = 2.7.2
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = ueberzugpp
depends = fmt
provides = ueberzug
conflicts = ueberzug
- source = https://github.com/jstkdng/ueberzugpp/archive/v2.7.1.tar.gz
- sha256sums = 796ccbcecb8b777af4d85d95ae15ab36ee2a62c95ab0dc1616b8c9bb8fb2e111
+ source = https://github.com/jstkdng/ueberzugpp/archive/v2.7.2.tar.gz
+ sha256sums = 5e32db42458b4e0b0e292d8522fa7ae20d5404d89b6724ba051449e22c203fb9
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 7858b5e..10a2def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ueberzugpp
-pkgver=2.7.1
+pkgver=2.7.2
pkgrel=1
pkgdesc="Command line util which allows to display images in combination with X11 written in C++"
arch=("x86_64")
@@ -8,7 +8,7 @@ license=("GPL3")
makedepends=("cmake" "cli11")
depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel" "openssl" "spdlog" "zeromq" "fmt")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('796ccbcecb8b777af4d85d95ae15ab36ee2a62c95ab0dc1616b8c9bb8fb2e111')
+sha256sums=('5e32db42458b4e0b0e292d8522fa7ae20d5404d89b6724ba051449e22c203fb9')
provides=("ueberzug")
conflicts=("ueberzug")
@@ -17,7 +17,7 @@ build() {
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-Wno-dev
- cmake --build build
+ cmake --build build -j $(nproc)
}
package() {