[arch-commits] Commit in hwids/repos/core-any (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sat Aug 12 06:51:29 UTC 2017


    Date: Saturday, August 12, 2017 @ 06:51:28
  Author: tpowa
Revision: 301963

archrelease: copy trunk to core-any

Added:
  hwids/repos/core-any/PKGBUILD
    (from rev 301962, hwids/trunk/PKGBUILD)
Deleted:
  hwids/repos/core-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-12 06:51:17 UTC (rev 301962)
+++ PKGBUILD	2017-08-12 06:51:28 UTC (rev 301963)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-pkgname=hwids
-pkgver=20170328
-pkgrel=1
-pkgdesc="hardware identification databases"
-makedepends=('git')
-url=https://github.com/gentoo/hwids
-license=('GPL2')
-arch=('any')
-source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
-
-package() {
-  cd hwids
-
-  for ids in pci.ids usb.ids; do
-    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
-  done
-}
-md5sums=('SKIP')

Copied: hwids/repos/core-any/PKGBUILD (from rev 301962, hwids/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-12 06:51:28 UTC (rev 301963)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+pkgname=hwids
+pkgver=20170715
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}
+md5sums=('SKIP')



More information about the arch-commits mailing list