[arch-commits] Commit in libgusb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 2 14:34:27 UTC 2016


    Date: Wednesday, November 2, 2016 @ 14:34:26
  Author: alucryd
Revision: 279751

archrelease: copy trunk to extra-x86_64

Added:
  libgusb/repos/extra-x86_64/PKGBUILD
    (from rev 279750, libgusb/trunk/PKGBUILD)
Deleted:
  libgusb/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 14:34:15 UTC (rev 279750)
+++ PKGBUILD	2016-11-02 14:34:26 UTC (rev 279751)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=libgusb
-pkgver=0.2.9
-pkgrel=1
-pkgdesc='GObject wrapper for libusb1'
-arch=('i686' 'x86_64')
-url='https://github.com/hughsie/libgusb'
-license=('LGPL2.1')
-depends=('glib2' 'glibc' 'libusb')
-makedepends=('gobject-introspection' 'python2')
-source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e33332314403779af9772fedde14')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libgusb/repos/extra-x86_64/PKGBUILD (from rev 279750, libgusb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-02 14:34:26 UTC (rev 279751)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libgusb
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='GObject wrapper for libusb1'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/libgusb'
+license=('LGPL2.1')
+depends=('glib2' 'glibc' 'libusb')
+makedepends=('gobject-introspection' 'python2')
+source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz")
+sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e33332314403779af9772fedde14')
+
+build() {
+  cd libgusb-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --disable-static
+  make
+}
+
+package() {
+  cd libgusb-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list