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

Tobias Powalowski tpowa at archlinux.org
Fri Sep 4 20:08:05 UTC 2015


    Date: Friday, September 4, 2015 @ 22:08:04
  Author: tpowa
Revision: 245322

archrelease: copy trunk to core-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-04 20:07:57 UTC (rev 245321)
+++ PKGBUILD	2015-09-04 20:08:04 UTC (rev 245322)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-pkgname=hwids
-pkgver=20150129
-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 245321, hwids/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-09-04 20:08:04 UTC (rev 245322)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+pkgname=hwids
+pkgver=20150717
+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