[arch-commits] Commit in grammalecte/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sun May 26 17:53:55 UTC 2019
Date: Sunday, May 26, 2019 @ 17:53:54
Author: archange
Revision: 470842
archrelease: copy trunk to community-any
Added:
grammalecte/repos/community-any/PKGBUILD
(from rev 470841, grammalecte/trunk/PKGBUILD)
Deleted:
grammalecte/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-26 17:53:44 UTC (rev 470841)
+++ PKGBUILD 2019-05-26 17:53:54 UTC (rev 470842)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=grammalecte
-pkgver=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=('5645e86b550c77b8dc1a155f1f1fb6e9ca273ed2a66f34e4d0f7581e2c332d0c')
-
-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 470841, grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-26 17:53:54 UTC (rev 470842)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=grammalecte
+pkgver=1.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=('0554c7f82c59c87e90a53394a63814486665d50a0b77f8ba8cfd7173d26084aa')
+
+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