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

Anatol Pomozov anatolik at archlinux.org
Mon Oct 13 20:00:55 UTC 2014


    Date: Monday, October 13, 2014 @ 22:00:54
  Author: anatolik
Revision: 120625

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-13 19:47:42 UTC (rev 120624)
+++ PKGBUILD	2014-10-13 20:00:54 UTC (rev 120625)
@@ -1,25 +0,0 @@
-# $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"
-}

Copied: codespell/repos/community-any/PKGBUILD (from rev 120624, codespell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-13 20:00:54 UTC (rev 120625)
@@ -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=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=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
+
+prepare() {
+  # fix build bug https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
+  cd codespell-$pkgver
+  sed -i 's/^install:$/install: codespell/' Makefile
+}
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR="$pkgdir" prefix=/usr
+}



More information about the arch-commits mailing list