Date: Sunday, October 30, 2022 @ 14:27:00
  Author: felixonmars
Revision: 1339473

archrelease: copy trunk to community-any

Added:
  jrnl/repos/community-any/PKGBUILD
    (from rev 1339472, jrnl/trunk/PKGBUILD)
Deleted:
  jrnl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-30 14:26:52 UTC (rev 1339472)
+++ PKGBUILD    2022-10-30 14:27:00 UTC (rev 1339473)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=jrnl
-pkgver=3.2
-pkgrel=1
-pkgdesc="Collect your thoughts and notes without leaving the command line"
-arch=('any')
-url="https://jrnl.sh/";
-license=('GPL3')
-depends=('python-ansiwrap' 'python-colorama' 'python-cryptography' 
'python-keyring'
-         '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<6' 'python-toml')
-source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('fb5cdf155091fe155eee314700d6ee2ad765a9943950aaed5b9d772c688bf0f34199ac352689f4ff21dd4804a8154a54d8ca232a4dfc8cd4a9ad7fd76867d1f4')
-
-prepare() {
-  cd jrnl-$pkgver
-  # https://github.com/pytest-dev/pytest-bdd/issues/501
-  sed -i '/-n=auto/d' pyproject.toml
-}
-
-build() {
-  cd jrnl-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd jrnl-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jrnl-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jrnl/repos/community-any/PKGBUILD (from rev 1339472, 
jrnl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-30 14:27:00 UTC (rev 1339473)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=jrnl
+pkgver=3.3
+pkgrel=1
+pkgdesc="Collect your thoughts and notes without leaving the command line"
+arch=('any')
+url="https://jrnl.sh/";
+license=('GPL3')
+depends=('python-ansiwrap' 'python-colorama' 'python-cryptography' 
'python-keyring'
+         '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<6' 'python-toml')
+source=("https://github.com/jrnl-org/jrnl/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('9484fc275d36f580e2b7a9ac017a4f26da37e18d9a48d2bbd41a339e6377e7240ed3400502f10e8a6eba1d42bf4730023d7dad1218c11394516cdf7e72b4ff0a')
+
+prepare() {
+  cd jrnl-$pkgver
+  # https://github.com/pytest-dev/pytest-bdd/issues/501
+  sed -i '/-n=auto/d' pyproject.toml
+}
+
+build() {
+  cd jrnl-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd jrnl-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jrnl-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to