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

Anatol Pomozov anatolik at archlinux.org
Wed Sep 3 02:22:22 UTC 2014


    Date: Wednesday, September 3, 2014 @ 04:22:22
  Author: anatolik
Revision: 118209

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-03 02:21:52 UTC (rev 118208)
+++ PKGBUILD	2014-09-03 02:22:22 UTC (rev 118209)
@@ -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=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"
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 118208, codespell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-09-03 02:22:22 UTC (rev 118209)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol at google.com>
+# Contributor: Lucas De Marchi <lucas.de.marchi at gmail.com>
+
+pkgname=codespell
+pkgver=1.7
+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=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
+
+prepare() {
+  # fix build bug
+  cd codespell-$pkgver
+  sed -i 's/^install:$/install: codespell/' Makefile
+}
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR="$pkgdir"
+}




More information about the arch-commits mailing list