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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Aug 22 10:20:51 UTC 2020


    Date: Saturday, August 22, 2020 @ 10:20:50
  Author: jlichtblau
Revision: 686696

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 10:20:42 UTC (rev 686695)
+++ PKGBUILD	2020-08-22 10:20:50 UTC (rev 686696)
@@ -1,23 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=colordiff
-pkgver=1.0.18
-pkgrel=3
-pkgdesc="A Perl script wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting"
-arch=('any')
-url="https://www.colordiff.org/"
-license=('GPL')
-depends=('perl' 'diffutils')
-backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(https://www.colordiff.org/archive/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0'
-            '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"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 686695, colordiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-22 10:20:50 UTC (rev 686696)
@@ -0,0 +1,23 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=colordiff
+pkgver=1.0.19
+pkgrel=1
+pkgdesc="A Perl script wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting"
+arch=('any')
+url="https://www.colordiff.org/"
+license=('GPL')
+depends=('perl' 'diffutils')
+backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
+source=(https://www.colordiff.org/archive/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('46e8c14d87f6c4b77a273cdd97020fda88d5b2be42cf015d5d84aca3dfff3b19'
+            '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