* update libsixel to 1.10.3-6

This commit is contained in:
Alexander Baldeck 2024-07-24 09:02:07 +02:00
parent 8661ebecff
commit 5070f001b4
3 changed files with 22 additions and 1 deletions

17
libsixel/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = libsixel
pkgdesc = Provides a codec for DEC SIXEL graphics and some converter programs
pkgver = 1.10.3
pkgrel = 6
url = https://github.com/libsixel/libsixel
arch = x86_64
license = MIT
makedepends = meson
depends = libjpeg-turbo
depends = libpng
depends = python
depends = curl
depends = gdk-pixbuf2
source = libsixel-1.10.3.tar.gz::https://github.com/libsixel/libsixel/archive/v1.10.3.tar.gz
sha256sums = 028552eb8f2a37c6effda88ee5e8f6d87b5d9601182ddec784a9728865f821e0
pkgname = libsixel

4
libsixel/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[libsixel]
source = "git"
git = "https://github.com/libsixel/libsixel.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=libsixel pkgname=libsixel
pkgver=1.10.3 pkgver=1.10.3
pkgrel=5 pkgrel=6
pkgdesc="Provides a codec for DEC SIXEL graphics and some converter programs" pkgdesc="Provides a codec for DEC SIXEL graphics and some converter programs"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/libsixel/libsixel" url="https://github.com/libsixel/libsixel"