summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicky Heinimann2020-03-18 09:07:02 +0100
committerNicky Heinimann2020-03-18 09:07:02 +0100
commit82da29e2626a3cfbb65aa1a03c285cbc94bcb369 (patch)
tree8a0b52f5c3152dc460a6c4b642b42de0eed6d1a0 /PKGBUILD
parentc2d7b7290f4a2aa1be9feb4704e92d59c6c74dc7 (diff)
downloadaur-82da29e2626a3cfbb65aa1a03c285cbc94bcb369.tar.gz
update to 2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deda9d964ecd..aa010f2bbaf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrice Peterson <runiq at archlinux dot us>
pkgname=jrnl
-pkgver=2.0.1
+pkgver=2.2
pkgrel=1
pkgdesc="A simple command line journal application that stores your journal in a plain text file"
arch=('any')
@@ -19,7 +19,7 @@ depends=('python-parsedatetime>=1.2'
'python-xdg>=0.26')
optdepends=('python-crypto: AES256-encrypted journal')
source=("https://pypi.python.org/packages/source/j/$pkgname/$pkgname-${pkgver}.tar.gz")
-sha256sums=('473b0ec7836b838269c09a17462a98e4dcdafa139fbff2a237eb7ab83dcc316a')
+sha256sums=('2f9c749ee38fd3e1c6bb3027bde84ade2723623cae2633cb2829694339950189')
package() {
cd "$pkgname-$pkgver"