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: 533871b69ef3b1c9777f980f3128fe72d9ea4ffd
Message: upgpkg: ueberzugpp 1.1.0-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index 7cca003..31f5f93 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 = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
@@ -8,11 +8,12 @@ pkgbase = ueberzugpp
makedepends = cmake
makedepends = ninja
makedepends = cli11
- depends = libvips
+ depends = opencv
depends = xcb-util-image
depends = nlohmann-json
provides = ueberzug
- source = https://github.com/jstkdng/ueberzugpp/archive/v1.0.0.tar.gz
- sha256sums = 85c988a3498bff976f88dda3994998dc5658a4ae471a03b4da2b028903bc5cba
+ conflicts = ueberzug
+ source = https://github.com/jstkdng/ueberzugpp/archive/v1.1.0.tar.gz
+ sha256sums = ad25d9b1e7e6702f03a30774960d003a9e72a52e8e697860bd38b7049c9f7164
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 6dccd65..99619c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
pkgname=ueberzugpp
-pkgver=1.0.0
+pkgver=1.1.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")
-depends=("libvips" "xcb-util-image" "nlohmann-json")
+depends=("opencv" "xcb-util-image" "nlohmann-json")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('85c988a3498bff976f88dda3994998dc5658a4ae471a03b4da2b028903bc5cba')
+sha256sums=('ad25d9b1e7e6702f03a30774960d003a9e72a52e8e697860bd38b7049c9f7164')
provides=("ueberzug")
+conflicts=("ueberzug")
build() {
cmake -G Ninja \