git » libsixel.git » commit a957e3a

upgpkg: 1.10.3-6: Rebuild packages that are missing .SRCINFO part 3

author T.J. Townsend
2024-07-12 21:16:44 UTC
committer T.J. Townsend
2024-07-12 21:16:44 UTC
parent b6f1902c0fa8424182982538a1530369930ba019

upgpkg: 1.10.3-6: Rebuild packages that are missing .SRCINFO part 3

.SRCINFO +17 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..b119784
--- /dev/null
+++ b/.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/PKGBUILD b/PKGBUILD
index e239b8b..0917537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,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')
 url="https://github.com/libsixel/libsixel"