git » timg.git » commit fafe399

Update to 1.5.2

author Manuel Coenen
2023-08-17 20:19:21 UTC
committer Manuel Coenen
2023-08-17 20:19:21 UTC
parent 65889cc72f6a9b0012b209d0038a34a5b1c5a106

Update to 1.5.2

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index d32ce5f..e05de2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = timg
 	pkgdesc = Terminal Image and Video Viewer
-	pkgver = 1.5.1
+	pkgver = 1.5.2
 	pkgrel = 1
 	url = https://github.com/hzeller/timg
 	arch = any
@@ -17,7 +17,7 @@ pkgbase = timg
 	depends = openslide
 	depends = libsixel
 	depends = libdeflate
-	source = timg-1.5.1.tar.gz::https://github.com/hzeller/timg/archive/v1.5.1.tar.gz
-	sha256sums = ac8905e4615d964eee6b014b9ff3413160cfc5b73f547e91736bc06c928ac811
+	source = timg-1.5.2.tar.gz::https://github.com/hzeller/timg/archive/v1.5.2.tar.gz
+	sha256sums = f0c604e2cab03bbd213b20333a9b90ea1211af730de2b914402e7275111f804e
 
 pkgname = timg
diff --git a/PKGBUILD b/PKGBUILD
index 6e24731..83370a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
 pkgname=timg
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Terminal Image and Video Viewer"
 arch=('any')
@@ -9,7 +9,7 @@ license=('GPL2')
 depends=('libwebp' 'libjpeg-turbo' 'libexif' 'graphicsmagick' 'ffmpeg' 'openslide' 'libsixel' 'libdeflate')
 makedepends=('cmake' 'pkgconf' 'git' 'gcc')
 source=("timg-$pkgver.tar.gz::https://github.com/hzeller/timg/archive/v$pkgver.tar.gz")
-sha256sums=('ac8905e4615d964eee6b014b9ff3413160cfc5b73f547e91736bc06c928ac811')
+sha256sums=('f0c604e2cab03bbd213b20333a9b90ea1211af730de2b914402e7275111f804e')
 
 build() {
   cd "$pkgname-$pkgver"