summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 435b9b595d14..956afda7635c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-arraydiff
-pkgver=0.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
pkgdesc="Pytest plugin to help with comparing array output from tests"
arch=('i686' 'x86_64')
url="https://github.com/astrofrog/pytest-arraydiff"
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python>=3.5' 'python-pytest' 'python-numpy')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-arraydiff/pytest-arraydiff-${pkgver}.tar.gz")
-md5sums=('1c84bdfc49347af1d8eceb47c23655ad')
+md5sums=('5d9af26545c15eaceee403f6cab6261d')
package() {
cd ${srcdir}/pytest-arraydiff-${pkgver}