summaryrefslogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorcaltlgin2020-08-12 10:19:22 +1200
committercaltlgin2020-08-12 10:19:22 +1200
commit5613c0daf67bbd633cde0ffa96a5a72465304671 (patch)
treef413e4bdb1302d4c858a844fcdd82c29bc6fa9a6 /.SRCINFO
parentfabff1688abd24f44d4c3e91fa830f05f4358806 (diff)
downloadpackages-5613c0daf67bbd633cde0ffa96a5a72465304671.tar.gz
packages-5613c0daf67bbd633cde0ffa96a5a72465304671.tar.bz2
packages-5613c0daf67bbd633cde0ffa96a5a72465304671.zip
Remove prepare function. Clean PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b9edc..841aa3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
1pkgbase = unsilence 1pkgbase = 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.5 3 pkgver = 1.0.5
4 pkgrel = 1 4 pkgrel = 2
5 url = https://github.com/lagmoellertim/unsilence 5 url = https://github.com/lagmoellertim/unsilence
6 arch = any 6 arch = any
7 license = MIT 7 license = MIT
8 makedepends = python-setuptools 8 makedepends = python-setuptools
9 depends = ffmpeg 9 depends = ffmpeg
10 depends = python
10 depends = python-argparse 11 depends = python-argparse
11 depends = python-rich 12 depends = python-rich
12 source = unsilence-1.0.5.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.5.tar.gz 13 source = unsilence-1.0.5.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.5.tar.gz