diff options
author | Yigit Sever | 2022-12-16 00:35:54 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-16 00:35:54 +0300 |
commit | 82a44560b67d5cf1e0d9557983605bd1ff76aabe (patch) | |
tree | 1bfced6f0c597337acd893be515df14d5e27e7f9 | |
parent | a1bb0b6435ea2590675cac7a2427235a4cce404b (diff) | |
download | packages-82a44560b67d5cf1e0d9557983605bd1ff76aabe.tar.gz packages-82a44560b67d5cf1e0d9557983605bd1ff76aabe.tar.bz2 packages-82a44560b67d5cf1e0d9557983605bd1ff76aabe.zip |
unsilence: Update to 1.0.9-1
upstream release
-rw-r--r-- | unsilence/.SRCINFO | 6 | ||||
-rw-r--r-- | unsilence/PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/unsilence/.SRCINFO b/unsilence/.SRCINFO index 958ad04..63c4aa7 100644 --- a/unsilence/.SRCINFO +++ b/unsilence/.SRCINFO | |||
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = unsilence | 1 | pkgbase = unsilence |
2 | pkgdesc = Console Interface and Library to remove silent parts of a media file | 2 | pkgdesc = Console Interface and Library to remove silent parts of a media file |
3 | pkgver = 1.0.8 | 3 | pkgver = 1.0.9 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/lagmoellertim/unsilence | 5 | url = https://github.com/lagmoellertim/unsilence |
6 | arch = any | 6 | arch = any |
@@ -10,7 +10,7 @@ pkgbase = unsilence | |||
10 | depends = python | 10 | depends = python |
11 | depends = python-argparse | 11 | depends = python-argparse |
12 | depends = python-rich | 12 | depends = python-rich |
13 | source = unsilence-1.0.8.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.8.tar.gz | 13 | source = unsilence-1.0.9.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.9.tar.gz |
14 | sha256sums = bd377d279ae155d02cc29cb6fbe836021c2ca2d1bc2766675c0beeb2f50c9e43 | 14 | sha256sums = 5ce2efff1cbbdb42b66bf3eb28f326a51bed2a03ddf57de02cd6a634ca15cc5b |
15 | 15 | ||
16 | pkgname = unsilence | 16 | pkgname = unsilence |
diff --git a/unsilence/PKGBUILD b/unsilence/PKGBUILD index ca792d2..72c1c80 100644 --- a/unsilence/PKGBUILD +++ b/unsilence/PKGBUILD | |||
@@ -2,7 +2,7 @@ | |||
2 | # Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> | 2 | # Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> |
3 | 3 | ||
4 | pkgname=unsilence | 4 | pkgname=unsilence |
5 | pkgver=1.0.8 | 5 | pkgver=1.0.9 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc='Console Interface and Library to remove silent parts of a media file' | 7 | pkgdesc='Console Interface and Library to remove silent parts of a media file' |
8 | arch=('any') | 8 | arch=('any') |
@@ -11,11 +11,11 @@ license=('MIT') | |||
11 | depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') | 11 | depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') |
12 | makedepends=('python-setuptools') | 12 | makedepends=('python-setuptools') |
13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
14 | sha256sums=('bd377d279ae155d02cc29cb6fbe836021c2ca2d1bc2766675c0beeb2f50c9e43') | 14 | sha256sums=('5ce2efff1cbbdb42b66bf3eb28f326a51bed2a03ddf57de02cd6a634ca15cc5b') |
15 | 15 | ||
16 | build() { | 16 | build() { |
17 | cd "${pkgname}-${pkgver}" | 17 | cd "${pkgname}-${pkgver}" |
18 | sed -i 's/9.10.0/10.11.0/' requirements.txt | 18 | sed -i 's/10.10.0/12.6.0/' requirements.txt |
19 | python setup.py build | 19 | python setup.py build |
20 | } | 20 | } |
21 | 21 | ||