summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2022-08-09 07:55:41 +0000
committerAuto update bot2022-08-09 07:55:41 +0000
commit8e51f95d9f57298656bb02b7cbf65540496e1752 (patch)
treedfdea9cd1b30c5622e43867807fca0c679bf715b /PKGBUILD
parent3d25fe6542d70eb714da368520da3b6381de25ca (diff)
downloadaur-8e51f95d9f57298656bb02b7cbf65540496e1752.tar.gz
auto updated to 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d78653fc208..17149a638d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributer: Jose Riha <jose1711 gmail com>
pkgname=python-resampy
_pkgname=resampy
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
pkgdesc="Efficient sample rate conversion in python"
arch=('any')
url="https://github.com/bmcfee/resampy"
@@ -12,7 +12,7 @@ depends=('python-numba' 'python-numpy')
makedepends=('python-setuptools')
#checkdepends=('python-scipy')
source=("$url/archive/${pkgver}.tar.gz")
-md5sums=('dc3ee98bfea4f95e3656db8a04ff1ea2')
+md5sums=('1b313b9fc52abad811f46c15a94e3b90')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"