Date: Wednesday, May 30, 2018 @ 20:02:27
  Author: jelle
Revision: 325206

archrelease: copy trunk to extra-x86_64

Added:
  libusb-compat/repos/extra-x86_64/PKGBUILD
    (from rev 325205, libusb-compat/trunk/PKGBUILD)
Deleted:
  libusb-compat/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-30 20:02:00 UTC (rev 325205)
+++ PKGBUILD    2018-05-30 20:02:27 UTC (rev 325206)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <[email protected]>
-# Contributor: Tobias Powalowski <[email protected]>
-# Contributor: arjan <[email protected]>
-
-pkgname=libusb-compat
-pkgver=0.1.5
-pkgrel=1
-pkgdesc="Library to enable user space application programs to communicate with 
USB devices"
-arch=('i686' 'x86_64')
-url="http://libusb.sourceforge.net/";
-license=('LGPL')
-depends=('libusb' 'sh')
-source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2";)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('2780b6a758a1e2c2943bdbf7faf740e4')

Copied: libusb-compat/repos/extra-x86_64/PKGBUILD (from rev 325205, 
libusb-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-30 20:02:27 UTC (rev 325206)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+# Contributor: arjan <[email protected]>
+
+pkgname=libusb-compat
+pkgver=0.1.5
+pkgrel=2
+pkgdesc="Library to enable user space application programs to communicate with 
USB devices"
+arch=('x86_64')
+url="http://libusb.sourceforge.net/";
+license=('LGPL')
+depends=('libusb' 'sh')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('2780b6a758a1e2c2943bdbf7faf740e4')

Reply via email to