summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-06-01 15:23:08 +0800
committerUniversebenzene2018-06-01 15:23:08 +0800
commitee297e03537e5f2c991ccd39b251b081a1882193 (patch)
treee91b623ec1a660b3525513874ef342af8a995481
parent85beec7543d01ff5aaca9d5b3dd17ca729a1ce23 (diff)
downloadaur-ee297e03537e5f2c991ccd39b251b081a1882193.tar.gz
Update to version 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 434fe32451ab..ad923bb889df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 26 07:51:57 UTC 2018
+# Fri Jun 1 07:22:36 UTC 2018
pkgbase = python-pytest-remotedata
pkgdesc = Pytest plugin used for controlling access to data files hosted online
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/astropy/pytest-remotedata
arch = i686
@@ -11,8 +11,8 @@ pkgbase = python-pytest-remotedata
makedepends = python-setuptools
depends = python-pytest>=3.1
depends = python-six
- source = https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-0.2.1.tar.gz
- md5sums = f9ba2c150c2bdb8da6d90da5f3fa447f
+ source = https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-0.3.0.tar.gz
+ md5sums = afdb8454cd69dd0de69003af10759d2d
pkgname = python-pytest-remotedata
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}