summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d038984..455bcb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
1# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> 1# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
2 2
3pkgname=unsilence 3pkgname=unsilence
4pkgver=1.0.5 4pkgver=1.0.6
5pkgrel=2 5pkgrel=1
6pkgdesc='Console Interface and Library to remove silent parts of a media file' 6pkgdesc='Console Interface and Library to remove silent parts of a media file'
7arch=('any') 7arch=('any')
8url='https://github.com/lagmoellertim/unsilence' 8url='https://github.com/lagmoellertim/unsilence'
@@ -10,7 +10,7 @@ license=('MIT')
10depends=('ffmpeg' 'python' 'python-argparse' 'python-rich') 10depends=('ffmpeg' 'python' 'python-argparse' 'python-rich')
11makedepends=('python-setuptools') 11makedepends=('python-setuptools')
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
13sha256sums=('326b85b8c58660962d2d7880e0e44dada2be2bdd9830dc0285cbee718d382ef7') 13sha256sums=('176a2b26922ddc12f0d4c5c8a2bd6f0cebd9e319eb9ea55ef184ceb48401642d')
14 14
15build() { 15build() {
16 cd "${pkgname}-${pkgver}" 16 cd "${pkgname}-${pkgver}"