summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshrh2021-03-16 17:31:31 -0400
committereshrh2021-03-16 17:31:31 -0400
commita74c536992eb90c06cec96284d8471d2c2c3fea9 (patch)
tree4004e57e6feb97e8c1bfedb71c7ff163df918914
parent3facd404873c53df2df93feca325e957c202298c (diff)
downloadaur-a74c536992eb90c06cec96284d8471d2c2c3fea9.tar.gz
bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6972c46cd474..3b89be32eb9c 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.beta.r1.g7bacf4a
- pkgrel = 2
+ pkgrel = 3
url = https://jrnl.sh/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index cf2d99fb4eaa..06789123e03d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jrnl-git
_gitname=jrnl
pkgver=v2.8.beta.r1.g7bacf4a
-pkgrel=2
+pkgrel=3
pkgdesc="Collect your thoughts and notes without leaving the command line"
arch=('any')
url="https://jrnl.sh/"
@@ -24,13 +24,12 @@ check() {
cd "$_gitname"
pytest
behave --no-skipped --format progress
- black . --check --diff
}
prepare() {
cd "$_gitname"
dephell deps convert --from pyproject.toml --to setup.py --envs main
- black . --check --diff | patch
+ black setup.py --diff | patch
}
build() {