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

Anatol Pomozov anatolik at nymeria.archlinux.org
Fri Feb 21 18:17:02 UTC 2014


    Date: Friday, February 21, 2014 @ 19:17:01
  Author: anatolik
Revision: 106052

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-21 18:16:31 UTC (rev 106051)
+++ PKGBUILD	2014-02-21 18:17:01 UTC (rev 106052)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol at google.com>
-# Contributor: Lucas De Marchi <lucas.de.marchi at gmail.com>
-
-pkgname=codespell
-pkgver=1.6
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-url='https://github.com/lucasdemarchi/codespell'
-license=(GPL)
-arch=(any)
-depends=(python)
-source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('7777b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
-
-package() {
-  cd codespell-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 106051, codespell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-21 18:17:01 UTC (rev 106052)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol at google.com>
+# Contributor: Lucas De Marchi <lucas.de.marchi at gmail.com>
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=2
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('7777b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR="$pkgdir"
+}




More information about the arch-commits mailing list