summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2020-12-06 16:05:34 +0000
committerWill Handley2020-12-06 16:05:34 +0000
commit4bbc202d1268ea709545b04040708c083326ef54 (patch)
tree6067469b8517ea583e9e6f9cbab8bad4f11da9ec /PKGBUILD
parent913088e6f024a58b832f23e8c1395a30fcff47fe (diff)
downloadaur-4bbc202d1268ea709545b04040708c083326ef54.tar.gz
Removed check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6706ef7a512..c833a25f4731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=fgivenx
pkgname=python-$_modulename
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Functional Posterior Plotter"
arch=(any)
url="https://github.com/williamjameshandley/fgivenx"
@@ -23,7 +23,3 @@ package() {
cd "$srcdir/$_modulename-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
}
-check() {
- cd "$srcdir/$_modulename-$pkgver"
- python setup.py test
-}