[arch-commits] Commit in grammalecte/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Mar 14 04:27:53 UTC 2021


    Date: Sunday, March 14, 2021 @ 04:27:53
  Author: archange
Revision: 890867

archrelease: copy trunk to community-any

Added:
  grammalecte/repos/community-any/PKGBUILD
    (from rev 890866, grammalecte/trunk/PKGBUILD)
Deleted:
  grammalecte/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 04:27:28 UTC (rev 890866)
+++ PKGBUILD	2021-03-14 04:27:53 UTC (rev 890867)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=grammalecte
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Grammar and typographic checker dedicated to the French language – standalone version"
-arch=(any)
-url="https://grammalecte.net/"
-license=(GPL3)
-depends=(python)
-makedepends=(unzip python-setuptools)
-options=(!emptydirs)
-source=(https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${pkgver}.zip)
-sha256sums=('7b94f5ef83681c5b33ca1779f63d4ab35066bbdcc97cbbd28f4eb166e9c397d5')
-
-build() {
-  python setup.py build
-}
-
-package() {
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-  mv "${pkgdir}"/usr/bin/grammalecte-cli{.py,}
-  mv "${pkgdir}"/usr/bin/grammalecte-server{.py,}
-}

Copied: grammalecte/repos/community-any/PKGBUILD (from rev 890866, grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-14 04:27:53 UTC (rev 890867)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=grammalecte
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Grammar and typographic checker dedicated to the French language – standalone version"
+arch=(any)
+url="https://grammalecte.net/"
+license=(GPL3)
+depends=(python)
+makedepends=(unzip python-setuptools)
+options=(!emptydirs)
+source=(https://grammalecte.net/grammalecte/zip/Grammalecte-fr-v${pkgver}.zip)
+sha256sums=('f643eca603652469947d9bd85fb0ec08f8eb0f7b6ab925d2fb18bfc6fdd8d21c')
+
+build() {
+  python setup.py build
+}
+
+package() {
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  mv "${pkgdir}"/usr/bin/grammalecte-cli{.py,}
+  mv "${pkgdir}"/usr/bin/grammalecte-server{.py,}
+}



More information about the arch-commits mailing list