git » libsixel.git » commit 91efde7

upgpkg: 1.10.3-7: Remove unused python dependency

author Balló György
2024-12-12 11:09:59 UTC
committer Balló György
2024-12-12 11:09:59 UTC
parent a957e3aadf87716e3fe7bb8df501cabcaaf898f1

upgpkg: 1.10.3-7: Remove unused python dependency

The python bindings are not ported to Python 3 yet in the current stable release.

.SRCINFO +1 -2
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index b119784..81d82ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
 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
 	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
diff --git a/PKGBUILD b/PKGBUILD
index 0917537..9b6891f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=libsixel
 pkgver=1.10.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Provides a codec for DEC SIXEL graphics and some converter programs"
 arch=('x86_64')
 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")