[arch-commits] Commit in codespell/trunk (PKGBUILD)

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


    Date: Wednesday, September 3, 2014 @ 04:21:52
  Author: anatolik
Revision: 118208

upgpkg: codespell 1.7-1

Modified:
  codespell/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-03 00:45:10 UTC (rev 118207)
+++ PKGBUILD	2014-09-03 02:21:52 UTC (rev 118208)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi <lucas.de.marchi at gmail.com>
 
 pkgname=codespell
-pkgver=1.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 url='https://github.com/lucasdemarchi/codespell'
 license=(GPL)
@@ -11,8 +11,14 @@
 arch=(any)
 depends=(python)
 source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
-sha256sums=('7777b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+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