[arch-commits] Commit in libgusb/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 2 14:33:58 UTC 2016


    Date: Wednesday, November 2, 2016 @ 14:33:57
  Author: alucryd
Revision: 279749

HTTPS/GPG todo

Modified:
  libgusb/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 12:04:52 UTC (rev 279748)
+++ PKGBUILD	2016-11-02 14:33:57 UTC (rev 279749)
@@ -11,11 +11,11 @@
 license=('LGPL2.1')
 depends=('glib2' 'glibc' 'libusb')
 makedepends=('gobject-introspection' 'python2')
-source=("http://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz")
+source=("https://people.freedesktop.org/~hughsient/releases/libgusb-${pkgver}.tar.xz")
 sha256sums=('7320bdcd0ab1750d314fa86f48bd2cc186b9e33332314403779af9772fedde14')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd libgusb-${pkgver}
 
   ./configure \
     --prefix='/usr' \
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd libgusb-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list