summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-10-08 05:25:44 +0000
committerAuto update bot2023-10-08 05:25:44 +0000
commit67ee99e2ab830571ea568394913cfdd987aa5387 (patch)
tree386aec8906a8d6e9eb02a5e08de9afdd4d0fa116
parent9b5b6c4f58399bc250fd3b28e1f5983b1c4366c0 (diff)
downloadaur-67ee99e2ab830571ea568394913cfdd987aa5387.tar.gz
Auto updated to 3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b97dfb23a9..e916cc59d853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-audioread
pkgdesc = cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/beetbox/audioread
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-audioread
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = https://github.com/beetbox/audioread/archive/v3.0.0.tar.gz
- sha256sums = 57766a926f522e9a05ccd07d438d0c8998fc53d0489efeb40a256d7ca42b1369
+ source = https://github.com/beetbox/audioread/archive/v3.0.1.tar.gz
+ sha256sums = 98367fc46c436922e5c5b6aae59606c60c7ced36a0336cb8845fe85d0b2de383
pkgname = python-audioread
diff --git a/PKGBUILD b/PKGBUILD
index 660c4faf7c52..3e4b6718dfb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-audioread
_pkgname=audioread
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python"
arch=('any')
@@ -12,7 +12,7 @@ license=(MIT)
depends=(python)
makedepends=(python-build python-flit-core python-installer python-setuptools python-wheel)
source=("$url/archive/v${pkgver}.tar.gz")
-sha256sums=('57766a926f522e9a05ccd07d438d0c8998fc53d0489efeb40a256d7ca42b1369')
+sha256sums=('98367fc46c436922e5c5b6aae59606c60c7ced36a0336cb8845fe85d0b2de383')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"