From b67487eb6626ca1b195ee7c8b9204a317a30b5b2 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 27 Jun 2023 17:38:57 +0300 Subject: unsilence: Update to 1.0.9-2 Remove python-argparse from the depends array https://bugs.archlinux.org/task/78484 --- unsilence/.SRCINFO | 3 +-- unsilence/PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'unsilence') diff --git a/unsilence/.SRCINFO b/unsilence/.SRCINFO index 63c4aa7..e8f8045 100644 --- a/unsilence/.SRCINFO +++ b/unsilence/.SRCINFO @@ -1,14 +1,13 @@ pkgbase = unsilence pkgdesc = Console Interface and Library to remove silent parts of a media file pkgver = 1.0.9 - pkgrel = 1 + pkgrel = 2 url = https://github.com/lagmoellertim/unsilence arch = any license = MIT makedepends = python-setuptools depends = ffmpeg depends = python - depends = python-argparse depends = python-rich source = unsilence-1.0.9.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.9.tar.gz sha256sums = 5ce2efff1cbbdb42b66bf3eb28f326a51bed2a03ddf57de02cd6a634ca15cc5b diff --git a/unsilence/PKGBUILD b/unsilence/PKGBUILD index 72c1c80..973c29d 100644 --- a/unsilence/PKGBUILD +++ b/unsilence/PKGBUILD @@ -3,19 +3,19 @@ pkgname=unsilence pkgver=1.0.9 -pkgrel=1 +pkgrel=2 pkgdesc='Console Interface and Library to remove silent parts of a media file' arch=('any') url='https://github.com/lagmoellertim/unsilence' license=('MIT') -depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') +depends=('ffmpeg' 'python' 'python-rich') makedepends=('python-setuptools') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") sha256sums=('5ce2efff1cbbdb42b66bf3eb28f326a51bed2a03ddf57de02cd6a634ca15cc5b') build() { cd "${pkgname}-${pkgver}" - sed -i 's/10.10.0/12.6.0/' requirements.txt + sed -i 's/rich~=10.10.0/rich>=10.10.0/' requirements.txt python setup.py build } -- cgit v1.2.3-70-g09d2