Date: Friday, August 26, 2022 @ 05:20:09 Author: felixonmars Revision: 1280706
upgpkg: jrnl 3.1-1 Modified: jrnl/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-26 05:18:19 UTC (rev 1280705) +++ PKGBUILD 2022-08-26 05:20:09 UTC (rev 1280706) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=jrnl -pkgver=3.0 +pkgver=3.1 pkgrel=1 pkgdesc="Collect your thoughts and notes without leaving the command line" arch=('any') @@ -8,12 +8,12 @@ url="https://jrnl.sh/" license=('GPL3') depends=('python-ansiwrap' 'python-colorama' 'python-cryptography' 'python-keyring' - 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-pytz' 'python-rich' - 'python-ruamel-yaml' 'python-tzlocal') + 'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-rich' 'python-ruamel-yaml' + 'python-tzlocal') makedepends=('python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-pytest' 'python-pytest-bdd' 'python-toml') source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('80c086d1d360deb6bde10aa6a5b284d7e99d1c87ff2ff165aed3611fcfb132577a41c1a7c7d84d2eebb176f49685a1e7351b5c9041bdb17c9098966d5d5313bc') +sha512sums=('3701680e0add29e81b895896b75168799e0815a081f87d67475bff9de4bb6dc99a6e445ebc60f4dc271a607da7054fa74dc0f2b6d1f94c070fcde720d0a1bcd8') prepare() { cd jrnl-$pkgver
