summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eefd5586fce..1e8418dbac3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 5 14:12:50 UTC 2018
pkgbase = python2-pytest-arraydiff
pkgdesc = Pytest plugin to help with comparing array output from tests
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/astrofrog/pytest-arraydiff
arch = i686
@@ -12,8 +10,7 @@ pkgbase = python2-pytest-arraydiff
depends = python2>=2.7
depends = python2-pytest
depends = python2-numpy
- source = https://files.pythonhosted.org/packages/source/p/pytest-arraydiff/pytest-arraydiff-0.2.tar.gz
- md5sums = 1c84bdfc49347af1d8eceb47c23655ad
+ source = https://files.pythonhosted.org/packages/source/p/pytest-arraydiff/pytest-arraydiff-0.3.tar.gz
+ md5sums = 5d9af26545c15eaceee403f6cab6261d
pkgname = python2-pytest-arraydiff
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..06a3cebf3615
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+src
+pkg
+*.src.tar.gz
+*.tar.gz
+*.tar.bz2
+*.part
+*.pkg.tar*
+*.log
+LICENSE*
diff --git a/PKGBUILD b/PKGBUILD
index b3f50ab48bd4..4fa5a621eed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python2-pytest-arraydiff
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="Pytest plugin to help with comparing array output from tests"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python2>=2.7' 'python2-pytest' 'python2-numpy')
makedepends=('python2-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}