summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-17 21:42:51 +0100
committerNarrat2020-01-17 21:42:51 +0100
commit02d7b41a7304982129669e2ce22a79d317ed09e7 (patch)
treef2e1ccfaed86973787a5a3ef3f3a4f311b057906
parent7f612b6101423a70ee626fb0bf3d9d2d349f8bca (diff)
downloadaur-02d7b41a7304982129669e2ce22a79d317ed09e7.tar.gz
every char matters
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0c25230c012..f86e9245eeda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-numdifftools
pkgdesc = suite of tools written in _Python to solve automatic numerical differentiation problems in one or more variables
pkgver = 0.9.39
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pbrod/numdifftools/
arch = i686
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = python-numdifftools
makedepends = python-numpy
makedepends = python-scipy
makedepends = python-algopy
- makedepends = python-statsmodel
+ makedepends = python-statsmodels
makedepends = python2-setuptools
makedepends = python2-numpy
makedepends = python2-scipy
makedepends = python2-algopy
- makedepends = python2-statsmodel
+ makedepends = python2-statsmodels
options = !libtool
source = https://files.pythonhosted.org/packages/source/n/numdifftools/numdifftools-0.9.39.tar.gz
sha1sums = 336c470027eb0730e6cfec0db7710f690311b129
diff --git a/PKGBUILD b/PKGBUILD
index a1dfa8037215..4b99d84755c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _name=numdifftools
pkgbase=python-numdifftools
pkgname=('python2-numdifftools' 'python-numdifftools')
pkgver=0.9.39
-pkgrel=1
+pkgrel=2
pkgdesc='suite of tools written in _Python to solve automatic numerical differentiation problems in one or more variables'
url='https://github.com/pbrod/numdifftools/'
license=("LGPL")
arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python-numpy' 'python-scipy' 'python-algopy' 'python-statsmodel')
-makedepends+=('python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-algopy' 'python2-statsmodel')
+makedepends=('python-setuptools' 'python-numpy' 'python-scipy' 'python-algopy' 'python-statsmodels')
+makedepends+=('python2-setuptools' 'python2-numpy' 'python2-scipy' 'python2-algopy' 'python2-statsmodels')
options=('!libtool')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
sha1sums=('336c470027eb0730e6cfec0db7710f690311b129')