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

Anatol Pomozov anatolik at archlinux.org
Mon Oct 13 00:40:01 UTC 2014


    Date: Monday, October 13, 2014 @ 02:40:01
  Author: anatolik
Revision: 120573

upgpkg: codespell 1.7-2

Use /usr as application prefix. The defalt prefix is /usr/local.

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-12 15:30:42 UTC (rev 120572)
+++ PKGBUILD	2014-10-13 00:40:01 UTC (rev 120573)
@@ -4,7 +4,7 @@
 
 pkgname=codespell
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Fix common misspellings in source code'
 url='https://github.com/lucasdemarchi/codespell'
 license=(GPL)
@@ -14,7 +14,7 @@
 sha256sums=('dd82e0031df8f726202fe76ba73075fd2877ded57bba9c16152bd141261660d2')
 
 prepare() {
-  # fix build bug
+  # fix build bug https://github.com/lucasdemarchi/codespell/commit/d3b1e186a692cd4c7477b4156277ce2f060c3b80
   cd codespell-$pkgver
   sed -i 's/^install:$/install: codespell/' Makefile
 }
@@ -21,5 +21,5 @@
 
 package() {
   cd codespell-$pkgver
-  make install DESTDIR="$pkgdir"
+  make install DESTDIR="$pkgdir" prefix=/usr
 }



More information about the arch-commits mailing list