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

Bruno Pagani archange at archlinux.org
Mon Aug 19 16:34:10 UTC 2019


    Date: Monday, August 19, 2019 @ 16:34:10
  Author: archange
Revision: 500194

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-19 16:33:25 UTC (rev 500193)
+++ PKGBUILD	2019-08-19 16:34:10 UTC (rev 500194)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=grammalecte
-pkgver=1.2.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=('241ae588e99f2b30bc24864134b4b759ac763f4e025ca828d8ec318866db4ac8')
-
-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 500193, grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-19 16:34:10 UTC (rev 500194)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=grammalecte
+pkgver=1.3.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=('6db2fc0daece93826a01653b23bc6c0ca8af25f1d9d6ca0adba4e7d09ad3dece')
+
+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