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

Tom Gundersen tomegun at nymeria.archlinux.org
Fri Feb 15 01:04:59 UTC 2013


    Date: Friday, February 15, 2013 @ 02:04:58
  Author: tomegun
Revision: 178059

upgpkg: hwids 20130214-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-14 23:59:28 UTC (rev 178058)
+++ PKGBUILD	2013-02-15 01:04:58 UTC (rev 178059)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen <teg at jklm.no>
 pkgname=hwids
-pkgver=20130209
+pkgver=20130214
 pkgrel=1
 pkgdesc="hardware identification databases"
 url=https://github.com/gentoo/hwids
@@ -10,10 +10,10 @@
 source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}")
 
 package() {
-  cd ${srcdir}/*
+  cd "${srcdir}/gentoo-hwids"*
 
   for ids in pci.ids usb.ids; do
     install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
   done
 }
-md5sums=('1aa720471c223a2b8c081f5ba513d2da')
+md5sums=('d216db6a90df667fe11d58987b01651d')




More information about the arch-commits mailing list