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

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Sun May 22 09:35:32 UTC 2022


    Date: Sunday, May 22, 2022 @ 09:35:31
  Author: jlichtblau
Revision: 1210034

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 09:35:25 UTC (rev 1210033)
+++ PKGBUILD	2022-05-22 09:35:31 UTC (rev 1210034)
@@ -1,23 +0,0 @@
-# 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"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 1210033, colordiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-22 09:35:31 UTC (rev 1210034)
@@ -0,0 +1,23 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=colordiff
+pkgver=1.0.20
+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=('e3b2017beeb9f619ebc3b15392f22810c882d1b657aab189623cffef351d7bcd'
+            '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