makedeb


ueberzugpp 2.9.6-0


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.

Commit:


Hash: a748afa5509917bb50d7b08ea4058993d150e187

Message: upgpkg: ueberzugpp 1.8.0-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 69ca328..d3328e1 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.7.0
+	pkgver = 1.8.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.7.0.tar.gz
-	sha256sums = e4e1d14b93805971268ca228f8bfc2c56aa0c1f1528d250c09a33446407258fe
+	source = https://github.com/jstkdng/ueberzugpp/archive/v1.8.0.tar.gz
+	sha256sums = eb3ac54003e6316f2e3ac1c6a36b7cdf20dd1fd831e9d3b13f6b40eef03b341b
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 6a8a4dc..c9c478b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=ueberzugpp
-pkgver=1.7.0
+pkgver=1.8.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=('e4e1d14b93805971268ca228f8bfc2c56aa0c1f1528d250c09a33446407258fe')
+sha256sums=('eb3ac54003e6316f2e3ac1c6a36b7cdf20dd1fd831e9d3b13f6b40eef03b341b')
 provides=("ueberzug")
 conflicts=("ueberzug")