Skip to content
Snippets Groups Projects
Commit bba80282 authored by mio's avatar mio Committed by omni
Browse files

community/timg: upgrade to 1.6.1

https://github.com/hzeller/timg/releases/tag/v1.6.1
parent c313e94c
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!78000community/timg: upgrade to 1.6.1
Pipeline #287427 skipped
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: mio <miyopan@e.email>
maintainer="mio <miyopan@e.email>"
pkgname=timg
pkgver=1.6.0
pkgver=1.6.1
pkgrel=0
pkgdesc="24-Bit color image viewer for terminal"
url="https://github.com/hzeller/timg"
......@@ -25,9 +26,7 @@ makedepends="
zlib-dev
"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/hzeller/timg/archive/v$pkgver.tar.gz
missing-include.patch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/hzeller/timg/archive/v$pkgver.tar.gz"
build() {
cmake -B build -G Ninja \
......@@ -45,6 +44,5 @@ package() {
}
sha512sums="
6b1f68f9dc38f1b9f1738a9e85f14b86576b241fa6f8a204018e293a286a7f9c7c1f2425afbe2c9b7f682f1cd35eed0e53f9df3bccc4e4ba9d41fc36d00dabc6 timg-1.6.0.tar.gz
ebb3cba19abc2fce580c6d6a5d991f0ce09ab34795fc41662938c5e34a1c72939bed9642a13657d445205762d42f01efa7adfb11f6732104a069d9f681262cf6 missing-include.patch
23476312a81ce5a0d1d2d61fa77344c5f686294045a358449cd1ffaaece4d8ebfe9fda7874c42b2e024f00ffbcdcb06beca6687cd843e9c7145f8afbe160e9e5 timg-1.6.1.tar.gz
"
diff --git a/src/utils.h b/src/utils.h
--- a/src/utils.h
+++ b/src/utils.h
@@ -17,6 +17,7 @@
#define TIMG_UTILS_H
#include <string>
+#include <cstdint>
namespace timg {
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment