summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3c3e4258fed..ceef4b60b100 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 = 3
+ pkgrel = 4
url = https://jrnl.sh/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 415ebcbdcd54..90688f0b2761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jrnl-git
_gitname=jrnl
pkgver=v2.8.1.r12.g5e87ff1
-pkgrel=3
+pkgrel=4
pkgdesc="Collect your thoughts and notes without leaving the command line"
arch=('any')
url="https://jrnl.sh/"
@@ -22,7 +22,7 @@ pkgver() {
check() {
cd "$_gitname"
- #black setup.py --diff | patch
+ black setup.py --diff | patch
make test
}