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: 2833752ab2a3968d63199d5c888b4615809b0c8c
Message: upgpkg: ueberzugpp 1.6.0-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index e953d3e..4f806de 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.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/jstkdng/ueberzugpp
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = ueberzugpp
depends = libsixel
provides = ueberzug
conflicts = ueberzug
- source = https://github.com/jstkdng/ueberzugpp/archive/v1.5.0.tar.gz
- sha256sums = 45a9d71809ff932040ace0c16d83f1bbb8189ed6fb371ee00d3a2ec8b8a5838d
+ source = https://github.com/jstkdng/ueberzugpp/archive/v1.6.0.tar.gz
+ sha256sums = dbeace791ab8c3670607a8a0c1f6232559d28f181be1ab30df907df008d764fb
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index f8f0a77..732b540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ueberzugpp
-pkgver=1.5.0
+pkgver=1.6.0
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")
source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('45a9d71809ff932040ace0c16d83f1bbb8189ed6fb371ee00d3a2ec8b8a5838d')
+sha256sums=('dbeace791ab8c3670607a8a0c1f6232559d28f181be1ab30df907df008d764fb')
provides=("ueberzug")
conflicts=("ueberzug")