diff options
author | caltlgin | 2020-12-06 05:43:01 +1300 |
---|---|---|
committer | caltlgin | 2020-12-06 05:43:01 +1300 |
commit | 38b36217dd80376970be34132ab73e2c04eeadd7 (patch) | |
tree | f2d547f8adbc32c13205add43d7dcaac16c0048c /PKGBUILD | |
parent | fa10fa6dd7c23b1cb0052ecd8b5e142001fc1dbe (diff) | |
download | packages-38b36217dd80376970be34132ab73e2c04eeadd7.tar.gz packages-38b36217dd80376970be34132ab73e2c04eeadd7.tar.bz2 packages-38b36217dd80376970be34132ab73e2c04eeadd7.zip |
Update to v1.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ | |||
1 | # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> | 1 | # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> |
2 | 2 | ||
3 | pkgname=unsilence | 3 | pkgname=unsilence |
4 | pkgver=1.0.6 | 4 | pkgver=1.0.7 |
5 | pkgrel=2 | 5 | pkgrel=1 |
6 | pkgdesc='Console Interface and Library to remove silent parts of a media file' | 6 | pkgdesc='Console Interface and Library to remove silent parts of a media file' |
7 | arch=('any') | 7 | arch=('any') |
8 | url='https://github.com/lagmoellertim/unsilence' | 8 | url='https://github.com/lagmoellertim/unsilence' |
@@ -10,7 +10,7 @@ license=('MIT') | |||
10 | depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') | 10 | depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') |
11 | makedepends=('python-setuptools') | 11 | makedepends=('python-setuptools') |
12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
13 | sha256sums=('176a2b26922ddc12f0d4c5c8a2bd6f0cebd9e319eb9ea55ef184ceb48401642d') | 13 | sha256sums=('52f53d57f5a395d9b07c3ab724d2b590522266fd6ec38912f956ea778128b8d0') |
14 | 14 | ||
15 | build() { | 15 | build() { |
16 | cd "${pkgname}-${pkgver}" | 16 | cd "${pkgname}-${pkgver}" |