summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2018-04-26 15:52:15 +0800
committerUniversebenzene2018-04-26 15:52:15 +0800
commit85beec7543d01ff5aaca9d5b3dd17ca729a1ce23 (patch)
treeaf782b2ce655baa3014a122eeefe299d4bd5332b /PKGBUILD
parent29d9795ffce492687926d6cc7520a51cc8c46fbe (diff)
downloadaur-85beec7543d01ff5aaca9d5b3dd17ca729a1ce23.tar.gz
Update to version 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5f53d8a722b..ec8889ed531c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-remotedata
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Pytest plugin used for controlling access to data files hosted online"
arch=('i686' 'x86_64')
url="https://github.com/astropy/pytest-remotedata"
license=('BSD')
-depends=('python' 'python-pytest' 'python-six')
+depends=('python-pytest>=3.1' 'python-six')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-${pkgver}.tar.gz")
-md5sums=('963ee4151c16d2dd2679bcd97fc324ff')
+md5sums=('f9ba2c150c2bdb8da6d90da5f3fa447f')
package() {
cd ${srcdir}/pytest-remotedata-${pkgver}