Date: Thursday, February 8, 2018 @ 19:06:27
  Author: alad
Revision: 290331

archrelease: copy trunk to community-x86_64

Added:
  diffstat/repos/community-x86_64/PKGBUILD
    (from rev 290330, diffstat/trunk/PKGBUILD)
Deleted:
  diffstat/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 34 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-08 19:06:21 UTC (rev 290330)
+++ PKGBUILD    2018-02-08 19:06:27 UTC (rev 290331)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <[email protected]>
-# Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de>
-
-pkgname=diffstat
-pkgver=1.61
-pkgrel=1
-pkgdesc="Display a histogram of diff changes"
-arch=('i686' 'x86_64')
-url="http://invisible-island.net/diffstat";
-depends=('glibc')
-license=('MIT')
-source=("ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz";)
-md5sums=('c048a32d55d8bd6724f382baf41f325f')
-
-build () {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir}/ install
-  install -Dm644 package/debian/copyright 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: diffstat/repos/community-x86_64/PKGBUILD (from rev 290330, 
diffstat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-02-08 19:06:27 UTC (rev 290331)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alad Wenter <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de>
+
+pkgname=diffstat
+pkgver=1.61
+pkgrel=2
+pkgdesc="Display a histogram of diff changes"
+arch=('x86_64')
+url="http://invisible-island.net/diffstat";
+depends=('glibc')
+license=('MIT')
+source=("ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz";
+        "ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz.asc";)
+sha256sums=('25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee'
+            'SKIP')
+# Thomas Dickey <[email protected]>"
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB')
+
+build () {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 package/debian/copyright 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to