makedeb


ueberzugpp-git 2.9.1.r154.638e89d-1


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.

Commit:


Hash: 123201f9c01cccf49ad5592b5012e834444de817

Message: upgpkg: ueberzugpp 1.5.0-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f4cc7ed..e953d3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
 pkgbase = ueberzugpp
 	pkgdesc = Command line util which allows to display images in combination with X11 written in C++
-	pkgver = 1.4.0
+	pkgver = 1.5.0
 	pkgrel = 1
 	url = https://github.com/jstkdng/ueberzugpp
 	arch = x86_64
 	license = GPL3
 	makedepends = cmake
-	makedepends = ninja
 	makedepends = cli11
 	depends = opencv
 	depends = libvips
@@ -15,7 +14,7 @@ pkgbase = ueberzugpp
 	depends = libsixel
 	provides = ueberzug
 	conflicts = ueberzug
-	source = https://github.com/jstkdng/ueberzugpp/archive/v1.4.0.tar.gz
-	sha256sums = 6f01a15920fa1d5a530626bca6a0f29b40cc65f71930e77950d52ab0d6af8ee0
+	source = https://github.com/jstkdng/ueberzugpp/archive/v1.5.0.tar.gz
+	sha256sums = 45a9d71809ff932040ace0c16d83f1bbb8189ed6fb371ee00d3a2ec8b8a5838d
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index a6d2751..f8f0a77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
 pkgname=ueberzugpp
-pkgver=1.4.0
+pkgver=1.5.0
 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" "ninja" "cli11")
+makedepends=("cmake" "cli11")
 depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json" "libsixel")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('6f01a15920fa1d5a530626bca6a0f29b40cc65f71930e77950d52ab0d6af8ee0')
+sha256sums=('45a9d71809ff932040ace0c16d83f1bbb8189ed6fb371ee00d3a2ec8b8a5838d')
 provides=("ueberzug")
 conflicts=("ueberzug")
 
 build() {
-  cmake -G Ninja \
-        -DCMAKE_BUILD_TYPE=Release \
+  cmake -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -B build -S "${pkgname}-${pkgver}"
   cmake --build build