[arch-commits] Commit in grammalecte/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Oct 2 15:01:32 UTC 2019
Date: Wednesday, October 2, 2019 @ 15:01:32
Author: archange
Revision: 512431
archrelease: copy trunk to community-any
Added:
grammalecte/repos/community-any/PKGBUILD
(from rev 512430, grammalecte/trunk/PKGBUILD)
Deleted:
grammalecte/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-02 15:01:27 UTC (rev 512430)
+++ PKGBUILD 2019-10-02 15:01:32 UTC (rev 512431)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=grammalecte
-pkgver=1.4.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=('c6400de77572390ca6a1889bd80363978550671e4049fea46c4a7fc6665a604c')
-
-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 512430, grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-02 15:01:32 UTC (rev 512431)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=grammalecte
+pkgver=1.5.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=('1ff86675c66a6742be42226b5ba0e07ed21f03e06ad5779b14d8afabd029d02f')
+
+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