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

Tom Gundersen tomegun at nymeria.archlinux.org
Mon Jun 10 21:52:25 UTC 2013


    Date: Monday, June 10, 2013 @ 23:52:25
  Author: tomegun
Revision: 188158

upgpkg: hwids 20130607-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-10 20:38:57 UTC (rev 188157)
+++ PKGBUILD	2013-06-10 21:52:25 UTC (rev 188158)
@@ -1,19 +1,20 @@
 # $Id$
 # Maintainer: Tom Gundersen <teg at jklm.no>
 pkgname=hwids
-pkgver=20130512
+pkgver=20130607
 pkgrel=1
 pkgdesc="hardware identification databases"
+makedepends=('git')
 url=https://github.com/gentoo/hwids
 license=('GPL2')
 arch=('any')
-source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}")
+source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
 
 package() {
-  cd "${srcdir}/gentoo-hwids"*
+  cd hwids
 
   for ids in pci.ids usb.ids; do
     install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
   done
 }
-md5sums=('20d082f1221fb50d151876b69787d552')
+md5sums=('SKIP')




More information about the arch-commits mailing list