summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Martin2019-10-06 11:17:45 +0200
committerFelipe Martin2019-10-06 11:17:45 +0200
commit192e6ccfecc922360b989c3bc450252f4266f0f8 (patch)
treec96ca0be33e73cca66765f4a78012c74e9259d49 /PKGBUILD
parentc2a0f42e119ef9be0ce5999e7163a8fe4c57d8df (diff)
downloadaur-jrnl-venv-bin.tar.gz
2.0.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1d47a84e719..6a1b502e6e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felipe Martin <me@fmartingr.com>
pkgname="jrnl-venv-bin"
-pkgver="2.0.0"
+pkgver="2.0.1"
pkgrel="1"
pkgdesc="Collect your thoughts and notes without leaving the command line. [installed inside a virtualenv to prevent depedencies directly on the system]"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ prepare() {
cd "$srcdir/jrnl-venv-bin" || exit
python3 -m venv venv
source venv/bin/activate
- pip install jrnl
+ pip install jrnl==2.0.1
}
package() {