[arch-commits] Commit in codespell/repos (4 files)

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


    Date: Friday, February 21, 2014 @ 19:02:18
  Author: anatolik
Revision: 106048

archrelease: copy trunk to community-i686, community-x86_64

Added:
  codespell/repos/community-i686/
  codespell/repos/community-i686/PKGBUILD
    (from rev 106047, codespell/trunk/PKGBUILD)
  codespell/repos/community-x86_64/
  codespell/repos/community-x86_64/PKGBUILD
    (from rev 106047, codespell/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   19 +++++++++++++++++++
 community-x86_64/PKGBUILD |   19 +++++++++++++++++++
 2 files changed, 38 insertions(+)

Copied: codespell/repos/community-i686/PKGBUILD (from rev 106047, codespell/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-21 18:02:18 UTC (rev 106048)
@@ -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=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-x86_64/PKGBUILD (from rev 106047, codespell/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-21 18:02:18 UTC (rev 106048)
@@ -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=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"
+}




More information about the arch-commits mailing list