diff options
author | Yigit Sever | 2021-09-26 20:01:08 +0300 |
---|---|---|
committer | Yigit Sever | 2021-09-26 20:01:08 +0300 |
commit | 668443ef7ab8bc1109df5d219f8bf32f6806e0ab (patch) | |
tree | 69ba992091db95e01bd6c4115796f9097566cea1 /PKGBUILD | |
parent | 38b36217dd80376970be34132ab73e2c04eeadd7 (diff) | |
download | packages-668443ef7ab8bc1109df5d219f8bf32f6806e0ab.tar.gz packages-668443ef7ab8bc1109df5d219f8bf32f6806e0ab.tar.bz2 packages-668443ef7ab8bc1109df5d219f8bf32f6806e0ab.zip |
Update to v1.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,8 @@ | |||
1 | # Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | # Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz> | ||
2 | 3 | ||
3 | pkgname=unsilence | 4 | pkgname=unsilence |
4 | pkgver=1.0.7 | 5 | pkgver=1.0.8 |
5 | pkgrel=1 | 6 | pkgrel=1 |
6 | 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' |
7 | arch=('any') | 8 | arch=('any') |
@@ -10,10 +11,11 @@ license=('MIT') | |||
10 | depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') | 11 | depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') |
11 | makedepends=('python-setuptools') | 12 | makedepends=('python-setuptools') |
12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
13 | sha256sums=('52f53d57f5a395d9b07c3ab724d2b590522266fd6ec38912f956ea778128b8d0') | 14 | sha256sums=('bd377d279ae155d02cc29cb6fbe836021c2ca2d1bc2766675c0beeb2f50c9e43') |
14 | 15 | ||
15 | build() { | 16 | build() { |
16 | cd "${pkgname}-${pkgver}" | 17 | cd "${pkgname}-${pkgver}" |
18 | sed -i 's/9.10.0/10.11.0/' requirements.txt | ||
17 | python setup.py build | 19 | python setup.py build |
18 | } | 20 | } |
19 | 21 | ||
@@ -24,5 +26,3 @@ package() { | |||
24 | install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 'LICENSE' | 26 | install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 'LICENSE' |
25 | rm -r "${pkgdir}/usr/lib/python"*'/site-packages/examples' | 27 | rm -r "${pkgdir}/usr/lib/python"*'/site-packages/examples' |
26 | } | 28 | } |
27 | |||
28 | # vim: ts=2 sw=2 et: | ||