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

Anatol Pomozov anatolik at archlinux.org
Wed Mar 14 14:26:32 UTC 2018


    Date: Wednesday, March 14, 2018 @ 14:26:31
  Author: anatolik
Revision: 307693

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/PKGBUILD
    (from rev 307692, codespell/trunk/PKGBUILD)
Deleted:
  codespell/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 14:25:57 UTC (rev 307692)
+++ PKGBUILD	2018-03-14 14:26:31 UTC (rev 307693)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-arch=(any)
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL2)
-depends=(python)
-checkdepends=(python-nose)
-source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('8be96b0e38746bd17ca86dcd85748bb37476247b')
-
-build() {
-  cd codespell-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd codespell-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd codespell-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 307692, codespell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-14 14:26:31 UTC (rev 307693)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+arch=(any)
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL2)
+depends=(python)
+checkdepends=(python-nose)
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('89d5f04095cf3716b888219d2eeecc0a5e1cd320')
+
+build() {
+  cd codespell-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd codespell-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd codespell-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list