summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshrh2021-06-07 15:35:46 -0400
committereshrh2021-06-07 15:35:46 -0400
commit73c89bedd991f7e01c371a35d95719598ed12404 (patch)
tree412a8367a886065242a6904aab9248f0341bc6ac
parent39775a7035957b50975e0c2e75cb998e6c460e57 (diff)
downloadaur-73c89bedd991f7e01c371a35d95719598ed12404.tar.gz
repatch setup
-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
}