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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Aug 9 21:00:38 UTC 2015


    Date: Sunday, August 9, 2015 @ 23:00:38
  Author: jlichtblau
Revision: 138163

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-09 21:00:23 UTC (rev 138162)
+++ PKGBUILD	2015-08-09 21:00:38 UTC (rev 138163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=colordiff
-pkgver=1.0.13
-pkgrel=3
-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')
-validpgpkeys=('AEC593600A357F6666E982E49E106769CD28DA92') #Dave Ewart <davee at sungate.co.uk>
-
-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"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 138162, colordiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-08-09 21:00:38 UTC (rev 138163)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=colordiff
+pkgver=1.0.15
+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})
+sha256sums=('595ee4e9796ba02fad0b181e21df3ee34ae71d1611e301e146c0bf00c5269d45'
+            'SKIP')
+validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart <davee at sungate.co.uk>
+
+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