summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-03-03 16:04:25 +0800
committerPumpkinCheshire2021-03-03 16:04:25 +0800
commit54129f43ab67be430dd57dc5ade8173f59238a4c (patch)
tree5045ac99bfc72036eec49e2fc5d9bcca5b346d39
parentd601a06ab43026eec0a99060022e0487a571c8e7 (diff)
downloadaur-54129f43ab67be430dd57dc5ade8173f59238a4c.tar.gz
bump to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96e57e3ab84e..d94e4c18d57b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-auditok
pkgdesc = An audio/acoustic activity detection and audio segmentation tool.
- pkgver = 0.1.8
+ pkgver = 0.2.0
pkgrel = 2
url = https://github.com/amsehili/auditok
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-auditok
optdepends = python-pyaudio: read audio data from the microphone and play back detections.
optdepends = python-matplotlib: plot audio signal and detections
optdepends = python-numpy: used for math operations instead of standard python if available.
- source = https://files.pythonhosted.org/packages/source/a/auditok/auditok-0.1.8.tar.gz
- md5sums = ce305a5c18fd2a472c103400a9a3b76a
+ source = https://files.pythonhosted.org/packages/source/a/auditok/auditok-0.2.0.tar.gz
+ sha256sums = 46c512e287b2e13df4819774166af32b236d754afbe6b0dc87281b233e5ae688
pkgname = python-auditok
diff --git a/PKGBUILD b/PKGBUILD
index 32949700fdab..a77e28b1da0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=auditok
pkgname=python-auditok
-pkgver=0.1.8
+pkgver=0.2.0
pkgrel=2
pkgdesc="An audio/acoustic activity detection and audio segmentation tool."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=("python-pydub: read audio files in popular audio formats (ogg, mp3,
"python-numpy: used for math operations instead of standard python if available.")
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('ce305a5c18fd2a472c103400a9a3b76a')
+sha256sums=('46c512e287b2e13df4819774166af32b236d754afbe6b0dc87281b233e5ae688')
build() {
cd "$srcdir/$_name-$pkgver"