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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 11:02:57 UTC 2018


    Date: Sunday, March 25, 2018 @ 11:02:56
  Author: bpiotrowski
Revision: 312555

archrelease: copy trunk to community-any

Added:
  pkgdiff/repos/community-any/PKGBUILD
    (from rev 312554, pkgdiff/trunk/PKGBUILD)
Deleted:
  pkgdiff/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   47 +++++++++++++++++++++--------------------------
 1 file changed, 21 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 11:02:04 UTC (rev 312554)
+++ PKGBUILD	2018-03-25 11:02:56 UTC (rev 312555)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Zifei Tong <soariez at gmail.com>
-
-pkgname=pkgdiff
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="A tool for analyzing changes in Linux software packages"
-url="http://pkgdiff.github.io/pkgdiff/"
-arch=('any')
-license=('GPL2')
-depends=('perl' 'diffutils' 'gawk')
-makedepends=('git')
-optdepends=(
-  'wdiff: for block diffs'
-  'abi-compliance-checker: for check ABI'
-  'abi-dumper: for check ABI'
-)
-source=("git+https://github.com/lvc/pkgdiff.git#tag=$pkgver")
-sha1sums=('SKIP')
-
-package() {
-  cd "$srcdir/${pkgname}"
-  mkdir -p "${pkgdir}/usr"
-  perl Makefile.pl --install --prefix=/usr --destdir="${pkgdir}"
-}

Copied: pkgdiff/repos/community-any/PKGBUILD (from rev 312554, pkgdiff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-25 11:02:56 UTC (rev 312555)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Zifei Tong <soariez at gmail.com>
+
+pkgname=pkgdiff
+pkgver=1.7.1
+pkgrel=2
+pkgdesc="A tool for analyzing changes in Linux software packages"
+url="https://lvc.github.io/pkgdiff"
+arch=('any')
+license=('GPL2')
+depends=('perl' 'diffutils' 'gawk')
+makedepends=('git')
+source=("git+https://github.com/lvc/pkgdiff.git#tag=$pkgver")
+sha1sums=('SKIP')
+
+package() {
+  cd "$srcdir/${pkgname}"
+  mkdir -p "${pkgdir}/usr"
+  perl Makefile.pl --install --prefix=/usr --destdir="${pkgdir}"
+}



More information about the arch-commits mailing list