[arch-commits] Commit in grammalecte/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Thu Apr 18 10:28:47 UTC 2019
Date: Thursday, April 18, 2019 @ 10:28:46
Author: archange
Revision: 451975
archrelease: copy trunk to community-any
Added:
grammalecte/repos/community-any/PKGBUILD
(from rev 451974, grammalecte/trunk/PKGBUILD)
Deleted:
grammalecte/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-18 10:28:09 UTC (rev 451974)
+++ PKGBUILD 2019-04-18 10:28:46 UTC (rev 451975)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=grammalecte
-pkgver=1.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=('c7a35d9fbbb064d1c88bda854f3674a58bdc9985fed97f927d10380ff359c968')
-
-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 451974, grammalecte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-18 10:28:46 UTC (rev 451975)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=grammalecte
+pkgver=1.0.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=('da5d29d1260f599bc42a4ced5d6ca9fa879c416a637b3d5c5c73b2fa702d005c')
+
+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