summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-06 05:43:01 +1300
committercaltlgin2020-12-06 05:43:01 +1300
commit38b36217dd80376970be34132ab73e2c04eeadd7 (patch)
treef2d547f8adbc32c13205add43d7dcaac16c0048c
parentfa10fa6dd7c23b1cb0052ecd8b5e142001fc1dbe (diff)
downloadpackages-38b36217dd80376970be34132ab73e2c04eeadd7.tar.gz
packages-38b36217dd80376970be34132ab73e2c04eeadd7.tar.bz2
packages-38b36217dd80376970be34132ab73e2c04eeadd7.zip
Update to v1.0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d8c65c..eb61af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.6 3 pkgver = 1.0.7
4 pkgrel = 2 4 pkgrel = 1
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
@@ -10,8 +10,8 @@ pkgbase = unsilence
10 depends = python 10 depends = python
11 depends = python-argparse 11 depends = python-argparse
12 depends = python-rich 12 depends = python-rich
13 source = unsilence-1.0.6.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.6.tar.gz 13 source = unsilence-1.0.7.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.7.tar.gz
14 sha256sums = 176a2b26922ddc12f0d4c5c8a2bd6f0cebd9e319eb9ea55ef184ceb48401642d 14 sha256sums = 52f53d57f5a395d9b07c3ab724d2b590522266fd6ec38912f956ea778128b8d0
15 15
16pkgname = unsilence 16pkgname = unsilence
17 17
diff --git a/PKGBUILD b/PKGBUILD
index d9336e2..0493c72 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.6 4pkgver=1.0.7
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=('176a2b26922ddc12f0d4c5c8a2bd6f0cebd9e319eb9ea55ef184ceb48401642d') 13sha256sums=('52f53d57f5a395d9b07c3ab724d2b590522266fd6ec38912f956ea778128b8d0')
14 14
15build() { 15build() {
16 cd "${pkgname}-${pkgver}" 16 cd "${pkgname}-${pkgver}"