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: 0b05ff363d81b8b6ed5bf2da587953c915225e8e

Message: upgpkg: ueberzugpp 1.3.0-1 upstream release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3ebcae2..d954195 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.2.0
+	pkgver = 1.3.0
 	pkgrel = 1
 	url = https://github.com/jstkdng/ueberzugpp
 	arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = ueberzugpp
 	depends = nlohmann-json
 	provides = ueberzug
 	conflicts = ueberzug
-	source = https://github.com/jstkdng/ueberzugpp/archive/v1.2.0.tar.gz
-	sha256sums = a92a2ce2feca4f80a4d86206bf987a11bcd3c273df86ebc75e1600482a208b05
+	source = https://github.com/jstkdng/ueberzugpp/archive/v1.3.0.tar.gz
+	sha256sums = 5ffe6e165839aba9d60daeb55dde79b9bcbc809e036704b12d63696c4a7d137f
 
 pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 2d589d7..712935a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=ueberzugpp
-pkgver=1.2.0
+pkgver=1.3.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" "ninja" "cli11")
 depends=("opencv" "xcb-util-image" "nlohmann-json")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('a92a2ce2feca4f80a4d86206bf987a11bcd3c273df86ebc75e1600482a208b05')
+sha256sums=('5ffe6e165839aba9d60daeb55dde79b9bcbc809e036704b12d63696c4a7d137f')
 provides=("ueberzug")
 conflicts=("ueberzug")