[arch-commits] Commit in libg15/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jun 9 07:21:04 UTC 2018


    Date: Saturday, June 9, 2018 @ 07:21:03
  Author: arojas
Revision: 342125

archrelease: copy trunk to community-x86_64

Added:
  libg15/repos/community-x86_64/PKGBUILD
    (from rev 342124, libg15/trunk/PKGBUILD)
Deleted:
  libg15/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 07:20:43 UTC (rev 342124)
+++ PKGBUILD	2018-06-09 07:21:03 UTC (rev 342125)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
-# Contributor: onestep_ua <onestep at ukr dot net>
-
-pkgname=libg15
-pkgver=1.2.7
-pkgrel=2
-pkgdesc="Provides low-level access to the Logitech G15 and G11 keyboards and Z10 speakers"
-arch=('x86_64')
-url="http://www.g15tools.com/"
-license=('GPL')
-depends=('libusb-compat')
-source=(http://downloads.sourceforge.net/g15tools/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('ddffb38f5c3d9ce0cb90b0375c2f5d317a7bb3889fe59d56932a0889c6e15bc2f1e590757d3182eddf7c5bd3101303b332b18fbd37247c20f66e1be256aa93c0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libg15/repos/community-x86_64/PKGBUILD (from rev 342124, libg15/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-09 07:21:03 UTC (rev 342125)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: onestep_ua <onestep at ukr dot net>
+
+pkgname=libg15
+pkgver=1.2.7
+pkgrel=3
+pkgdesc="Provides low-level access to the Logitech G15 and G11 keyboards and Z10 speakers"
+arch=('x86_64')
+url="http://www.g15tools.com/"
+license=('GPL')
+depends=('libusb-compat')
+source=(http://downloads.sourceforge.net/g15tools/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('ddffb38f5c3d9ce0cb90b0375c2f5d317a7bb3889fe59d56932a0889c6e15bc2f1e590757d3182eddf7c5bd3101303b332b18fbd37247c20f66e1be256aa93c0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list