summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshrh2021-06-08 15:49:51 -0400
committereshrh2021-06-08 15:49:51 -0400
commit44bfdf338ffee14ead6530d0b33fd3f118944d1f (patch)
tree393d3034c306ce3437b9155403ba19005a1ff9c9
parentf72b52c3130e2d90cd5d9d02454769e433997efd (diff)
downloadaur-44bfdf338ffee14ead6530d0b33fd3f118944d1f.tar.gz
temp. remove pytest check
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb52a352559c..bb727f022e82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jrnl-git
pkgdesc = Collect your thoughts and notes without leaving the command line
pkgver = v2.8.1.r12.g5e87ff1
- pkgrel = 2
+ pkgrel = 3
url = https://jrnl.sh/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 166daf9e7216..5071ac25c69f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jrnl-git
_gitname=jrnl
pkgver=v2.8.1.r12.g5e87ff1
-pkgrel=2
+pkgrel=3
pkgdesc="Collect your thoughts and notes without leaving the command line"
arch=('any')
url="https://jrnl.sh/"
@@ -22,7 +22,6 @@ pkgver() {
check() {
cd "$_gitname"
- pytest .
behave --no-skipped --format progress
black setup.py --diff | patch