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: f22d22e782dee10ebd6a529d2ce5f33237c2a80d
Message: upgpkg: ueberzugpp 1.7.0-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index 4f806de..69ca328 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.6.0
+ pkgver = 1.7.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.6.0.tar.gz
- sha256sums = dbeace791ab8c3670607a8a0c1f6232559d28f181be1ab30df907df008d764fb
+ source = https://github.com/jstkdng/ueberzugpp/archive/v1.7.0.tar.gz
+ sha256sums = e4e1d14b93805971268ca228f8bfc2c56aa0c1f1528d250c09a33446407258fe
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 732b540..6a8a4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ueberzugpp
-pkgver=1.6.0
+pkgver=1.7.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=('dbeace791ab8c3670607a8a0c1f6232559d28f181be1ab30df907df008d764fb')
+sha256sums=('e4e1d14b93805971268ca228f8bfc2c56aa0c1f1528d250c09a33446407258fe')
provides=("ueberzug")
conflicts=("ueberzug")