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

Eric Bélanger eric at nymeria.archlinux.org
Sat Jul 5 02:47:48 UTC 2014


    Date: Saturday, July 5, 2014 @ 04:47:48
  Author: eric
Revision: 114973

upgpkg: colordiff 1.0.13-2

Rebuild to add mtree file

Modified:
  colordiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 02:46:37 UTC (rev 114972)
+++ PKGBUILD	2014-07-05 02:47:48 UTC (rev 114973)
@@ -4,7 +4,7 @@
 
 pkgname=colordiff
 pkgver=1.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A Perl script wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting"
 arch=('any')
 url="http://www.colordiff.org/"
@@ -13,11 +13,10 @@
 backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
 source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha1sums=('64e369aed2230f3aa5f1510b231fcac270793c09'
-          '0594fa0ad85635e09f774b32b1e3758097d26e85')
+          'SKIP')
 
 package() {       
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 install
   install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
 }




More information about the arch-commits mailing list