From 5070f001b421d85972188cbddd93f1f5ee4c1920 Mon Sep 17 00:00:00 2001 From: kth5 Date: Wed, 24 Jul 2024 09:02:07 +0200 Subject: [PATCH] * update libsixel to 1.10.3-6 --- libsixel/.SRCINFO | 17 +++++++++++++++++ libsixel/.nvchecker.toml | 4 ++++ libsixel/PKGBUILD | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 libsixel/.SRCINFO create mode 100644 libsixel/.nvchecker.toml diff --git a/libsixel/.SRCINFO b/libsixel/.SRCINFO new file mode 100644 index 0000000000..b119784396 --- /dev/null +++ b/libsixel/.SRCINFO @@ -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 diff --git a/libsixel/.nvchecker.toml b/libsixel/.nvchecker.toml new file mode 100644 index 0000000000..f37ceccfc8 --- /dev/null +++ b/libsixel/.nvchecker.toml @@ -0,0 +1,4 @@ +[libsixel] +source = "git" +git = "https://github.com/libsixel/libsixel.git" +prefix = "v" diff --git a/libsixel/PKGBUILD b/libsixel/PKGBUILD index ffba060e8f..3725c56c53 100644 --- a/libsixel/PKGBUILD +++ b/libsixel/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libsixel pkgver=1.10.3 -pkgrel=5 +pkgrel=6 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"