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

Tom Gundersen tomegun at archlinux.org
Tue Dec 4 22:55:20 UTC 2012


    Date: Tuesday, December 4, 2012 @ 17:55:19
  Author: tomegun
Revision: 172759

upgpkg: hwids 20121203-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-04 21:33:01 UTC (rev 172758)
+++ PKGBUILD	2012-12-04 22:55:19 UTC (rev 172759)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen <teg at jklm.no>
 pkgname=hwids
-pkgver=20121125
+pkgver=20121203
 pkgrel=1
 pkgdesc="hardware identification databases"
 url=https://github.com/gentoo/hwids
@@ -11,7 +11,9 @@
 
 package() {
   cd ${srcdir}/*
-  mkdir -p "${pkgdir}/usr/share/hwdata"
-  cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/"
+
+  for ids in pci.ids usb.ids; do
+    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
 }
-md5sums=('f9909b07f76c07f9b39ee1fde849fe4c')
+md5sums=('32c1e06a2a4d72f52fb8e2085ef9ab67')




More information about the arch-commits mailing list