summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2022-07-22 14:54:31 +0000
committerAuto update bot2022-07-22 14:54:31 +0000
commit2c11180a9f4a3d5aa7df2397d0359627d95a63d9 (patch)
tree3acdfe5f74bda327a703ff8cb11652c4b809f2ec /PKGBUILD
parentdda9debd7adfaad73c3b84d302b2d582477720ba (diff)
downloadaur-2c11180a9f4a3d5aa7df2397d0359627d95a63d9.tar.gz
auto updated to 0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c63d4f15da30..ce304ad6b29d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Jose Riha <jose1711 gmail com>
pkgname=python-resampy
_pkgname=resampy
-pkgver=0.2.2
+pkgver=0.3.1
pkgrel=1
pkgdesc="Efficient sample rate conversion in python"
arch=('any')
@@ -11,7 +11,7 @@ license=('ISC')
depends=('python-numba' 'python-numpy' 'python-scipy' 'python-six')
makedepends=('cython' 'python-setuptools')
source=("$url/archive/${pkgver}.tar.gz")
-md5sums=('a22d712da12f17ec6fa561e5525c72f0')
+md5sums=('dc3ee98bfea4f95e3656db8a04ff1ea2')
build() {
msg "Building Python 3"