[arch-commits] Commit in jrnl/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 13 12:37:36 UTC 2021


    Date: Wednesday, January 13, 2021 @ 12:37:35
  Author: felixonmars
Revision: 820434

upgpkg: jrnl 2.6-2: setuptools is no longer needed as runtime dependency

Modified:
  jrnl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 12:32:21 UTC (rev 820433)
+++ PKGBUILD	2021-01-13 12:37:35 UTC (rev 820434)
@@ -2,14 +2,14 @@
 
 pkgname=jrnl
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Collect your thoughts and notes without leaving the command line"
 arch=('any')
 url="https://jrnl.sh/"
 license=('GPL3')
-depends=('python-pyxdg' 'python-cryptography' 'python-parsedatetime'
-         'python-keyring' 'python-pytz' 'python-tzlocal' 'python-asteval' 'python-colorama'
-         'python-dateutil' 'python-yaml' 'python-ansiwrap' 'python-setuptools')
+depends=('python-ansiwrap' 'python-asteval' 'python-colorama' 'python-cryptography' 'python-keyring'
+         'python-parsedatetime' 'python-dateutil' 'python-pyxdg' 'python-yaml' 'python-pytz'
+         'python-tzlocal')
 makedepends=('python-dephell')
 checkdepends=('python-behave' 'python-pytest')
 source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list