summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec8889ed531c..6859d2cfde63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-remotedata
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="Pytest plugin used for controlling access to data files hosted online"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('BSD')
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=('f9ba2c150c2bdb8da6d90da5f3fa447f')
+md5sums=('afdb8454cd69dd0de69003af10759d2d')
package() {
cd ${srcdir}/pytest-remotedata-${pkgver}