summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2021-10-25 19:34:55 +0800
committerJingbei Li2021-10-25 19:34:55 +0800
commit76825da8f632cf8c5816cb8d14b082c18740e810 (patch)
treeb1bea8c6906eb0fab16e139ff0c33cdb2ec4d654
parent91dc3d33559b67b2053883743a5cbfda59e40e82 (diff)
downloadaur-76825da8f632cf8c5816cb8d14b082c18740e810.tar.gz
upgraded to 0.8.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f89d59c60f..85fcb9b910c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-librosa
pkgdesc = Python library for music and audio analysis
- pkgver = 0.8.0
- pkgrel = 2
+ pkgver = 0.8.1
+ pkgrel = 1
url = https://librosa.org
arch = any
license = ISC
@@ -18,8 +18,7 @@ pkgbase = python-librosa
depends = python-pooch
depends = python-scikit-learn
depends = python-resampy
- source = https://github.com/librosa/librosa/archive/0.8.0.tar.gz
- md5sums = 7fff13fa3cd8caf36f3ea722b5ee7e6f
+ source = https://github.com/librosa/librosa/archive/0.8.1.tar.gz
+ md5sums = 1381e33b832b24ca255f2bc375fce934
pkgname = python-librosa
-
diff --git a/PKGBUILD b/PKGBUILD
index a1eb2547c92e..bc0c9d1aa00c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-librosa
_pkgname=librosa
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc="Python library for music and audio analysis"
arch=('any')
url="https://librosa.org"
@@ -12,7 +12,7 @@ license=('ISC')
depends=('python-numpy' 'python-scipy' 'python-six' 'python-numba' 'python-soundfile' 'python-joblib' 'python-matplotlib' 'python-audioread' 'python-decorator' 'python-pooch' 'python-scikit-learn' 'python-resampy')
makedepends=('python-setuptools')
source=("https://github.com/librosa/librosa/archive/${pkgver}.tar.gz")
-md5sums=('7fff13fa3cd8caf36f3ea722b5ee7e6f')
+md5sums=('1381e33b832b24ca255f2bc375fce934')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"