Date: Saturday, June 2, 2018 @ 12:57:56
  Author: jelle
Revision: 337459

archrelease: copy trunk to community-x86_64

Added:
  bin2iso/repos/community-x86_64/PKGBUILD
    (from rev 337458, bin2iso/trunk/PKGBUILD)
Deleted:
  bin2iso/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-02 12:57:25 UTC (rev 337458)
+++ PKGBUILD    2018-06-02 12:57:56 UTC (rev 337459)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa <[email protected]>
-# Contributor: Benjamin Andresen <[email protected]>
-# Contributor: Thomas Baechler <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-# Contributor: Alexander Rødseth <[email protected]>
-
-pkgname=bin2iso
-pkgver=1.9b
-_dlver=${pkgver/./}
-pkgrel=4
-pkgdesc="Converts RAW format (.bin/.cue) files to ISO/WAV format"
-arch=('i686' 'x86_64')
-url="http://users.eastlink.ca/~doiron/bin2iso/";
-license=('GPL')
-depends=('glibc')
-source=("http://users.eastlink.ca/~doiron/$pkgname/linux/$pkgname${_dlver}_linux.c";)
-sha256sums=('1e8a6ae79e91325acd50f3a0e506edf4d8cb57b72d1dcfd8b276a04aff82e43d')
-
-package() {
-  cd "$srcdir"
-
-  [ -z "$CC" ] && CC=gcc
-  $CC $CFLAGS -Wall -o "$pkgname" "$pkgname${_dlver}_linux.c"
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bin2iso/repos/community-x86_64/PKGBUILD (from rev 337458, 
bin2iso/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-06-02 12:57:56 UTC (rev 337459)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jelle van der Waa <[email protected]>
+# Contributor: Benjamin Andresen <[email protected]>
+# Contributor: Thomas Baechler <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+
+pkgname=bin2iso
+pkgver=1.9b
+_dlver=${pkgver/./}
+pkgrel=5
+pkgdesc="Converts RAW format (.bin/.cue) files to ISO/WAV format"
+arch=('x86_64')
+url="http://users.eastlink.ca/~doiron/bin2iso/";
+license=('GPL')
+depends=('glibc')
+source=("http://users.eastlink.ca/~doiron/$pkgname/linux/$pkgname${_dlver}_linux.c";)
+sha256sums=('1e8a6ae79e91325acd50f3a0e506edf4d8cb57b72d1dcfd8b276a04aff82e43d')
+
+package() {
+  cd "$srcdir"
+
+  [ -z "$CC" ] && CC=gcc
+  $CC $CFLAGS -Wall -o "$pkgname" "$pkgname${_dlver}_linux.c"
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to