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

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


    Date: Saturday, July 5, 2014 @ 04:49:26
  Author: eric
Revision: 114976

archrelease: copy trunk to community-any

Added:
  colordiff/repos/community-any/PKGBUILD
    (from rev 114975, colordiff/trunk/PKGBUILD)
Deleted:
  colordiff/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 02:48:15 UTC (rev 114975)
+++ PKGBUILD	2014-07-05 02:49:26 UTC (rev 114976)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=colordiff
-pkgver=1.0.13
-pkgrel=1
-pkgdesc="A Perl script wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting"
-arch=('any')
-url="http://www.colordiff.org/"
-license=('GPL')
-depends=('perl' 'diffutils')
-backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('64e369aed2230f3aa5f1510b231fcac270793c09'
-          '0594fa0ad85635e09f774b32b1e3758097d26e85')
-
-package() {       
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 install
-  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 114975, colordiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-05 02:49:26 UTC (rev 114976)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=colordiff
+pkgver=1.0.13
+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/"
+license=('GPL')
+depends=('perl' 'diffutils')
+backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
+source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('64e369aed2230f3aa5f1510b231fcac270793c09'
+          'SKIP')
+
+package() {       
+  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