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: d40325a786a1ff3208dcceb38950407e48035a82
Message: upgpkg: ueberzugpp 1.2.0-1
upstream release
diff --git a/.SRCINFO b/.SRCINFO
index 31f5f93..3ebcae2 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.1.0
+ pkgver = 1.2.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.1.0.tar.gz
- sha256sums = ad25d9b1e7e6702f03a30774960d003a9e72a52e8e697860bd38b7049c9f7164
+ source = https://github.com/jstkdng/ueberzugpp/archive/v1.2.0.tar.gz
+ sha256sums = a92a2ce2feca4f80a4d86206bf987a11bcd3c273df86ebc75e1600482a208b05
pkgname = ueberzugpp
diff --git a/PKGBUILD b/PKGBUILD
index 99619c7..2d589d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=ueberzugpp
-pkgver=1.1.0
+pkgver=1.2.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=('ad25d9b1e7e6702f03a30774960d003a9e72a52e8e697860bd38b7049c9f7164')
+sha256sums=('a92a2ce2feca4f80a4d86206bf987a11bcd3c273df86ebc75e1600482a208b05')
provides=("ueberzug")
conflicts=("ueberzug")