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

Bruno Pagani archange at archlinux.org
Wed Sep 2 14:52:08 UTC 2020


    Date: Wednesday, September 2, 2020 @ 14:52:07
  Author: archange
Revision: 696447

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-02 14:51:40 UTC (rev 696446)
+++ PKGBUILD	2020-09-02 14:52:07 UTC (rev 696447)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=grammalecte
-pkgver=1.12.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=('f04949fc6bcf5ddb646bf3646dfc51e7462834678fd6c7ca7cdd7f24f3512eaa')
-
-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 696446, grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-02 14:52:07 UTC (rev 696447)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=grammalecte
+pkgver=1.12.2
+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=('c2b89c33530a36340957aefb9c0eaae8635e5fa9bb7edb84741781dc0a15dee2')
+
+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