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

Bruno Pagani archange at archlinux.org
Fri Feb 14 21:05:55 UTC 2020


    Date: Friday, February 14, 2020 @ 21:05:55
  Author: archange
Revision: 571219

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 21:05:50 UTC (rev 571218)
+++ PKGBUILD	2020-02-14 21:05:55 UTC (rev 571219)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=grammalecte
-pkgver=1.6.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=('96e18f65af2ac38dcf625de8bdf69054a300e9389f64b74ceb433428fa1be14f')
-
-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 571218, grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 21:05:55 UTC (rev 571219)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=grammalecte
+pkgver=1.7.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=('83764ae204a1c13974f1b6a3bcff9d8d7b1c0d93f4c3fa9fd136618bab116171')
+
+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