* update libsixel to 1.10.3-7

This commit is contained in:
Alexander Baldeck 2025-01-04 00:25:05 +01:00
parent 48634b3d7a
commit 45b0d703df
2 changed files with 7 additions and 4 deletions

View File

@ -1,14 +1,17 @@
pkgbase = libsixel
pkgdesc = Provides a codec for DEC SIXEL graphics and some converter programs
pkgver = 1.10.3
pkgrel = 6
pkgrel = 7
url = https://github.com/libsixel/libsixel
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
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

View File

@ -4,12 +4,12 @@
pkgname=libsixel
pkgver=1.10.3
pkgrel=6.1
pkgrel=7
pkgdesc="Provides a codec for DEC SIXEL graphics and some converter programs"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/libsixel/libsixel"
license=('MIT')
depends=('libjpeg-turbo' 'libpng' 'python' 'curl' 'gdk-pixbuf2')
depends=('libjpeg-turbo' 'libpng' 'curl' 'gdk-pixbuf2')
makedepends=('meson')
sha256sums=('028552eb8f2a37c6effda88ee5e8f6d87b5d9601182ddec784a9728865f821e0')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")