summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-12-16 00:35:54 +0300
committerYigit Sever2022-12-16 00:35:54 +0300
commitbbf7b84d51c8b78bdb462e17451fd106a41a1558 (patch)
tree37b390ed751f9223f2d4a1a9a29c52fe47becb8b
parent668443ef7ab8bc1109df5d219f8bf32f6806e0ab (diff)
downloadaur-bbf7b84d51c8b78bdb462e17451fd106a41a1558.tar.gz
unsilence: Update to 1.0.9-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958ad04f9138..63c4aa74aae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unsilence
pkgdesc = Console Interface and Library to remove silent parts of a media file
- pkgver = 1.0.8
+ pkgver = 1.0.9
pkgrel = 1
url = https://github.com/lagmoellertim/unsilence
arch = any
@@ -10,7 +10,7 @@ pkgbase = unsilence
depends = python
depends = python-argparse
depends = python-rich
- source = unsilence-1.0.8.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.8.tar.gz
- sha256sums = bd377d279ae155d02cc29cb6fbe836021c2ca2d1bc2766675c0beeb2f50c9e43
+ source = unsilence-1.0.9.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.9.tar.gz
+ sha256sums = 5ce2efff1cbbdb42b66bf3eb28f326a51bed2a03ddf57de02cd6a634ca15cc5b
pkgname = unsilence
diff --git a/PKGBUILD b/PKGBUILD
index ca792d2772ea..72c1c80a492a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname=unsilence
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc='Console Interface and Library to remove silent parts of a media file'
arch=('any')
@@ -11,11 +11,11 @@ license=('MIT')
depends=('ffmpeg' 'python' 'python-argparse' 'python-rich')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('bd377d279ae155d02cc29cb6fbe836021c2ca2d1bc2766675c0beeb2f50c9e43')
+sha256sums=('5ce2efff1cbbdb42b66bf3eb28f326a51bed2a03ddf57de02cd6a634ca15cc5b')
build() {
cd "${pkgname}-${pkgver}"
- sed -i 's/9.10.0/10.11.0/' requirements.txt
+ sed -i 's/10.10.0/12.6.0/' requirements.txt
python setup.py build
}