summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-03-06 07:57:41 +0000
committerAuto update bot2024-03-06 07:57:41 +0000
commitac43934cc1e5d338cfde7906386d34d2f2ef8e68 (patch)
treef2f4d64cf32ca08a554d898add6cb7331c9b34f0
parent7cd57c0356625a3d0b0055f3d4bf97efc96d4be8 (diff)
downloadaur-ac43934cc1e5d338cfde7906386d34d2f2ef8e68.tar.gz
Auto updated to 0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21ef0f8e66e5..edd37bd824c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-resampy
pkgdesc = Efficient sample rate conversion in python
- pkgver = 0.4.2
+ pkgver = 0.4.3
pkgrel = 1
url = https://github.com/bmcfee/resampy
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-resampy
makedepends = python-setuptools
depends = python-numba
depends = python-numpy
- source = https://github.com/bmcfee/resampy/archive/0.4.2.tar.gz
- md5sums = 30ab808120e5ee6468456f3d21e0d584
+ source = https://github.com/bmcfee/resampy/archive/0.4.3.tar.gz
+ md5sums = 07c2d3f5e57035b329fa9b58da346e3d
pkgname = python-resampy
diff --git a/PKGBUILD b/PKGBUILD
index 4319bd07c5df..7f23e32c383c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Jose Riha <jose1711 gmail com>
pkgname=python-resampy
_pkgname=resampy
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="Efficient sample rate conversion in python"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-numba' 'python-numpy')
makedepends=('python-setuptools')
#checkdepends=('python-scipy')
source=("$url/archive/${pkgver}.tar.gz")
-md5sums=('30ab808120e5ee6468456f3d21e0d584')
+md5sums=('07c2d3f5e57035b329fa9b58da346e3d')
build() {
cd "$srcdir/${_pkgname}-${pkgver}"