diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
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.3 | 4 | pkgver=1.0.5 |
5 | pkgrel=1 | 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') |
@@ -9,8 +9,8 @@ url='https://github.com/lagmoellertim/unsilence' | |||
9 | license=('MIT') | 9 | license=('MIT') |
10 | depends=('ffmpeg' 'python-argparse' 'python-rich') | 10 | depends=('ffmpeg' 'python-argparse' 'python-rich') |
11 | makedepends=('python-setuptools') | 11 | makedepends=('python-setuptools') |
12 | source=("${url}/archive/${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
13 | sha256sums=('ac9ea5b5b5a8743133b4fd11fcc2b51418756e2d53530c71c0f663f44e24a56f') | 13 | sha256sums=('326b85b8c58660962d2d7880e0e44dada2be2bdd9830dc0285cbee718d382ef7') |
14 | 14 | ||
15 | prepare() { | 15 | prepare() { |
16 | # https://github.com/lagmoellertim/unsilence/commit/30581844096967a736cc0ea8e17abb3dbd8f81ee | 16 | # https://github.com/lagmoellertim/unsilence/commit/30581844096967a736cc0ea8e17abb3dbd8f81ee |