summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 396d3fe..f8b9edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3 3 pkgver = 1.0.5
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/lagmoellertim/unsilence 5 url = https://github.com/lagmoellertim/unsilence
6 arch = any 6 arch = any
@@ -9,8 +9,8 @@ pkgbase = unsilence
9 depends = ffmpeg 9 depends = ffmpeg
10 depends = python-argparse 10 depends = python-argparse
11 depends = python-rich 11 depends = python-rich
12 source = https://github.com/lagmoellertim/unsilence/archive/1.0.3.tar.gz 12 source = unsilence-1.0.5.tar.gz::https://github.com/lagmoellertim/unsilence/archive/1.0.5.tar.gz
13 sha256sums = ac9ea5b5b5a8743133b4fd11fcc2b51418756e2d53530c71c0f663f44e24a56f 13 sha256sums = 326b85b8c58660962d2d7880e0e44dada2be2bdd9830dc0285cbee718d382ef7
14 14
15pkgname = unsilence 15pkgname = unsilence
16 16
diff --git a/PKGBUILD b/PKGBUILD
index 8f743e5..1244e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz> 1# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
2 2
3pkgname=unsilence 3pkgname=unsilence
4pkgver=1.0.3 4pkgver=1.0.5
5pkgrel=1 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')
@@ -9,8 +9,8 @@ url='https://github.com/lagmoellertim/unsilence'
9license=('MIT') 9license=('MIT')
10depends=('ffmpeg' 'python-argparse' 'python-rich') 10depends=('ffmpeg' 'python-argparse' 'python-rich')
11makedepends=('python-setuptools') 11makedepends=('python-setuptools')
12source=("${url}/archive/${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
13sha256sums=('ac9ea5b5b5a8743133b4fd11fcc2b51418756e2d53530c71c0f663f44e24a56f') 13sha256sums=('326b85b8c58660962d2d7880e0e44dada2be2bdd9830dc0285cbee718d382ef7')
14 14
15prepare() { 15prepare() {
16 # https://github.com/lagmoellertim/unsilence/commit/30581844096967a736cc0ea8e17abb3dbd8f81ee 16 # https://github.com/lagmoellertim/unsilence/commit/30581844096967a736cc0ea8e17abb3dbd8f81ee