Date: Wednesday, May 30, 2018 @ 18:59:35
  Author: jelle
Revision: 325163

archrelease: copy trunk to extra-x86_64

Added:
  wipe/repos/extra-x86_64/PKGBUILD
    (from rev 325162, wipe/trunk/PKGBUILD)
Deleted:
  wipe/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++++++---------------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-30 18:59:08 UTC (rev 325162)
+++ PKGBUILD    2018-05-30 18:59:35 UTC (rev 325163)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Jason Chu <ja...@archlinux.org>
-# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
-
-pkgname=wipe
-pkgver=2.3.1
-pkgrel=3
-pkgdesc='Secure file wiping utility'
-url='http://wipe.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('72aa8bcbeb54deb676ae08af78401132860703de')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       export CPPFLAGS=
-       ./configure --prefix=/usr --mandir=/usr/share/man
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make prefix="${pkgdir}"/usr mandir="${pkgdir}"/usr/share/man install
-}

Copied: wipe/repos/extra-x86_64/PKGBUILD (from rev 325162, wipe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-30 18:59:35 UTC (rev 325163)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Jason Chu <ja...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=wipe
+pkgver=2.3.1
+pkgrel=4
+pkgdesc='Secure file wiping utility'
+url='http://wipe.sourceforge.net/'
+license=('GPL')
+arch=('x86_64')
+validpgpkeys=('2915EE18E6A7747A4194E174F1B4DF9E15741ECE')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0'
+            'SKIP')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       export CPPFLAGS=
+       ./configure --prefix=/usr --mandir=/usr/share/man
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make prefix="${pkgdir}"/usr mandir="${pkgdir}"/usr/share/man install
+}

Reply via email to