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

2020-08-18 Thread Tobias Powalowski via arch-commits
Date: Tuesday, August 18, 2020 @ 07:32:33
  Author: tpowa
Revision: 394361

upgpkg: hwids 20200813.1-1: bump to latest version

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 07:30:37 UTC (rev 394360)
+++ PKGBUILD2020-08-18 07:32:33 UTC (rev 394361)
@@ -1,7 +1,7 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20200813
-pkgrel=2
+pkgver=20200813.1
+pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git' 'unoconv')
 url=https://github.com/gentoo/hwids


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

2020-08-18 Thread Tobias Powalowski via arch-commits
Date: Tuesday, August 18, 2020 @ 07:30:31
  Author: tpowa
Revision: 394359

upgpkg: hwids 20200813-2: fix #48446, #48445, #52397, add pnp.ids

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-18 06:50:30 UTC (rev 394358)
+++ PKGBUILD2020-08-18 07:30:31 UTC (rev 394359)
@@ -1,13 +1,27 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
 pkgver=20200813
-pkgrel=1
+pkgrel=2
 pkgdesc="hardware identification databases"
-makedepends=('git')
+makedepends=('git' 'unoconv')
 url=https://github.com/gentoo/hwids
 license=('GPL2')
 arch=('any')
-source=("git+https://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver};)
+source=("git+https://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver};
+   
http://download.microsoft.com/download/7/E/7/7E7662CF-CBEA-470B-A97E-CE7CE0D98DC2/ISA_PNPID_List.xlsx)
+md5sums=('SKIP'
+ 'd333b8c34e8fda9456d60e8ab999e94d')
+prepare() {
+  # from https://github.com/vcrhonek/hwdata/blob/master/Makefile
+  unoconv --stdout -f csv ${srcdir}/ISA_PNPID_List.xlsx | \
+   tr ' ' ' ' | \
+   sed -n \
+   -e 's/^\s*"\s*\(.*\)\s*"/\1/' \
+   -e 's/\s\{2,\}/ /g' \
+   -e 's/\s*(used as 2nd pnpid)\s*//' \
+   -e 
's:^\(.*\)\s*,\s*\([a-zA-Z@]\{3\}\)\s*,\s*\([0-9]\+/[0-9]\+/[0-9]\+\):\2\t\1:p' 
| \
+   sed 's/\s*$$//' | sort -u >${srcdir}/pnp.ids
+}
 
 package() {
   cd hwids
@@ -15,5 +29,5 @@
   for ids in pci.ids usb.ids; do
 install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
   done
+  install -Dm644 "${srcdir}/pnp.ids" ${pkgdir}/usr/share/hwdata/pnp.ids 
 }
-md5sums=('SKIP')


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

2020-08-14 Thread Tobias Powalowski via arch-commits
Date: Friday, August 14, 2020 @ 12:58:32
  Author: tpowa
Revision: 394035

upgpkg: hwids 20200813-1: bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-14 12:55:57 UTC (rev 394034)
+++ PKGBUILD2020-08-14 12:58:32 UTC (rev 394035)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20200306
+pkgver=20200813
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2020-03-23 Thread Antonio Rojas via arch-commits
Date: Monday, March 23, 2020 @ 14:20:52
  Author: arojas
Revision: 378406

https

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:02:35 UTC (rev 378405)
+++ PKGBUILD2020-03-23 14:20:52 UTC (rev 378406)
@@ -7,7 +7,7 @@
 url=https://github.com/gentoo/hwids
 license=('GPL2')
 arch=('any')
-source=("git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver}")
+source=("git+https://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver};)
 
 package() {
   cd hwids


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

2020-03-23 Thread Antonio Rojas via arch-commits
Date: Monday, March 23, 2020 @ 08:27:12
  Author: arojas
Revision: 378394

Update to 20200306

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 06:38:47 UTC (rev 378393)
+++ PKGBUILD2020-03-23 08:27:12 UTC (rev 378394)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20200204
+pkgver=20200306
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2020-02-05 Thread Antonio Rojas via arch-commits
Date: Thursday, February 6, 2020 @ 07:38:14
  Author: arojas
Revision: 374728

Update to 20200204

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 07:37:30 UTC (rev 374727)
+++ PKGBUILD2020-02-06 07:38:14 UTC (rev 374728)
@@ -1,7 +1,7 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20191025
-pkgrel=2
+pkgver=20200204
+pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')
 url=https://github.com/gentoo/hwids


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

2019-11-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 13, 2019 @ 16:01:09
  Author: foutrelis
Revision: 368144

[core] mass rebuild

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 16:00:52 UTC (rev 368143)
+++ PKGBUILD2019-11-13 16:01:09 UTC (rev 368144)
@@ -1,7 +1,7 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
 pkgver=20191025
-pkgrel=1
+pkgrel=2
 pkgdesc="hardware identification databases"
 makedepends=('git')
 url=https://github.com/gentoo/hwids


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

2019-11-07 Thread Antonio Rojas via arch-commits
Date: Thursday, November 7, 2019 @ 20:31:08
  Author: arojas
Revision: 367142

Update to 20191025

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-07 19:51:11 UTC (rev 367141)
+++ PKGBUILD2019-11-07 20:31:08 UTC (rev 367142)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20190818
+pkgver=20191025
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2019-08-26 Thread Antonio Rojas via arch-commits
Date: Monday, August 26, 2019 @ 11:51:51
  Author: arojas
Revision: 361226

Update to 20190818

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-26 11:49:44 UTC (rev 361225)
+++ PKGBUILD2019-08-26 11:51:51 UTC (rev 361226)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20190316
+pkgver=20190818
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2019-03-18 Thread Tobias Powalowski via arch-commits
Date: Monday, March 18, 2019 @ 15:49:17
  Author: tpowa
Revision: 348589

upgpkg: hwids 20190316-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 13:09:26 UTC (rev 348588)
+++ PKGBUILD2019-03-18 15:49:17 UTC (rev 348589)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20180917
+pkgver=20190316
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2018-11-21 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 21, 2018 @ 13:19:29
  Author: tpowa
Revision: 340195

upgpkg: hwids 20180917-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 13:10:50 UTC (rev 340194)
+++ PKGBUILD2018-11-21 13:19:29 UTC (rev 340195)
@@ -1,6 +1,6 @@
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20180518
+pkgver=20180917
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2018-06-22 Thread Tobias Powalowski via arch-commits
Date: Friday, June 22, 2018 @ 08:13:53
  Author: tpowa
Revision: 327436

upgpkg: hwids 20180518-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 08:11:59 UTC (rev 327435)
+++ PKGBUILD2018-06-22 08:13:53 UTC (rev 327436)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20171003
+pkgver=20180518
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2017-11-24 Thread Tobias Powalowski
Date: Saturday, November 25, 2017 @ 06:34:18
  Author: tpowa
Revision: 310856

upgpkg: hwids 20171003-1

update to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-25 06:32:56 UTC (rev 310855)
+++ PKGBUILD2017-11-25 06:34:18 UTC (rev 310856)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20170715
+pkgver=20171003
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2017-08-12 Thread Tobias Powalowski
Date: Saturday, August 12, 2017 @ 06:51:17
  Author: tpowa
Revision: 301962

upgpkg: hwids 20170715-1

update to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 06:45:47 UTC (rev 301961)
+++ PKGBUILD2017-08-12 06:51:17 UTC (rev 301962)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20170328
+pkgver=20170715
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2017-04-28 Thread Tobias Powalowski
Date: Friday, April 28, 2017 @ 08:15:54
  Author: tpowa
Revision: 294976

upgpkg: hwids 20170328-1

bump to latest release

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 08:14:36 UTC (rev 294975)
+++ PKGBUILD2017-04-28 08:15:54 UTC (rev 294976)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20161103
+pkgver=20170328
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2016-11-16 Thread Tobias Powalowski
Date: Wednesday, November 16, 2016 @ 08:53:39
  Author: tpowa
Revision: 280877

upgpkg: hwids 20161103-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-16 08:52:29 UTC (rev 280876)
+++ PKGBUILD2016-11-16 08:53:39 UTC (rev 280877)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20160801
+pkgver=20161103
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2016-09-10 Thread Tobias Powalowski
Date: Saturday, September 10, 2016 @ 06:40:05
  Author: tpowa
Revision: 276118

upgpkg: hwids 20160801-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-10 06:37:07 UTC (rev 276117)
+++ PKGBUILD2016-09-10 06:40:05 UTC (rev 276118)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20160421
+pkgver=20160801
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2016-06-09 Thread Tobias Powalowski
Date: Thursday, June 9, 2016 @ 19:49:20
  Author: tpowa
Revision: 269221

upgpkg: hwids 20160421-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-09 17:45:37 UTC (rev 269220)
+++ PKGBUILD2016-06-09 17:49:20 UTC (rev 269221)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20160306
+pkgver=20160421
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 16:17:45
  Author: tpowa
Revision: 261280

upgpkg: hwids 20160306-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 14:12:11 UTC (rev 261279)
+++ PKGBUILD2016-03-10 15:17:45 UTC (rev 261280)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20150717
+pkgver=20160306
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2015-09-04 Thread Tobias Powalowski
Date: Friday, September 4, 2015 @ 22:07:57
  Author: tpowa
Revision: 245321

upgpkg: hwids 20150717-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-04 20:05:55 UTC (rev 245320)
+++ PKGBUILD2015-09-04 20:07:57 UTC (rev 245321)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen 
 pkgname=hwids
-pkgver=20150129
+pkgver=20150717
 pkgrel=1
 pkgdesc="hardware identification databases"
 makedepends=('git')


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

2015-02-03 Thread Tobias Powalowski
Date: Tuesday, February 3, 2015 @ 09:43:17
  Author: tpowa
Revision: 230389

upgpkg: hwids 20150129-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-03 08:27:05 UTC (rev 230388)
+++ PKGBUILD2015-02-03 08:43:17 UTC (rev 230389)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20141214
+pkgver=20150129
 pkgrel=1
 pkgdesc=hardware identification databases
 makedepends=('git')


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

2014-12-17 Thread Tobias Powalowski
Date: Wednesday, December 17, 2014 @ 17:44:34
  Author: tpowa
Revision: 227705

upgpkg: hwids 20141214-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 15:57:28 UTC (rev 227704)
+++ PKGBUILD2014-12-17 16:44:34 UTC (rev 227705)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20141030
+pkgver=20141214
 pkgrel=1
 pkgdesc=hardware identification databases
 makedepends=('git')


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

2014-11-03 Thread Tobias Powalowski
Date: Monday, November 3, 2014 @ 20:54:49
  Author: tpowa
Revision: 225584

upgpkg: hwids 20141030-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-03 19:54:19 UTC (rev 225583)
+++ PKGBUILD2014-11-03 19:54:49 UTC (rev 225584)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20140602
+pkgver=20141030
 pkgrel=1
 pkgdesc=hardware identification databases
 makedepends=('git')


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

2014-06-23 Thread Tobias Powalowski
Date: Monday, June 23, 2014 @ 12:36:32
  Author: tpowa
Revision: 215350

upgpkg: hwids 20140602-1

bump to latest version

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 07:30:54 UTC (rev 215349)
+++ PKGBUILD2014-06-23 10:36:32 UTC (rev 215350)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20130915.1
+pkgver=20140602
 pkgrel=1
 pkgdesc=hardware identification databases
 makedepends=('git')



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

2013-12-15 Thread Tom Gundersen
Date: Sunday, December 15, 2013 @ 22:31:01
  Author: tomegun
Revision: 201573

upgpkg: hwids 20130915.1-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-15 18:07:22 UTC (rev 201572)
+++ PKGBUILD2013-12-15 21:31:01 UTC (rev 201573)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20130607
+pkgver=20130915.1
 pkgrel=1
 pkgdesc=hardware identification databases
 makedepends=('git')



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

2013-06-10 Thread Tom Gundersen
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
===
--- PKGBUILD2013-06-10 20:38:57 UTC (rev 188157)
+++ PKGBUILD2013-06-10 21:52:25 UTC (rev 188158)
@@ -1,19 +1,20 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@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')



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

2013-05-14 Thread Tom Gundersen
Date: Wednesday, May 15, 2013 @ 01:50:07
  Author: tomegun
Revision: 185553

upgpkg: hwids 20130512-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 23:48:58 UTC (rev 185552)
+++ PKGBUILD2013-05-14 23:50:07 UTC (rev 185553)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20130228
+pkgver=20130512
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -16,4 +16,4 @@
 install -Dm644 $ids ${pkgdir}/usr/share/hwdata/${ids}
   done
 }
-md5sums=('513e46eb5717cd893293d21ccb7ddd9f')
+md5sums=('20d082f1221fb50d151876b69787d552')



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

2013-02-28 Thread Tom Gundersen
Date: Thursday, February 28, 2013 @ 11:32:20
  Author: tomegun
Revision: 178887

upgpkg: hwids 20130228-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-28 10:22:57 UTC (rev 178886)
+++ PKGBUILD2013-02-28 10:32:20 UTC (rev 178887)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20130214
+pkgver=20130228
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -16,4 +16,4 @@
 install -Dm644 $ids ${pkgdir}/usr/share/hwdata/${ids}
   done
 }
-md5sums=('d216db6a90df667fe11d58987b01651d')
+md5sums=('513e46eb5717cd893293d21ccb7ddd9f')



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

2013-02-14 Thread Tom Gundersen
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
===
--- PKGBUILD2013-02-14 23:59:28 UTC (rev 178058)
+++ PKGBUILD2013-02-15 01:04:58 UTC (rev 178059)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@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')



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

2013-02-10 Thread Tom Gundersen
Date: Sunday, February 10, 2013 @ 12:36:52
  Author: tomegun
Revision: 177858

upgpkg: hwids 20130209-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-10 11:36:36 UTC (rev 177857)
+++ PKGBUILD2013-02-10 11:36:52 UTC (rev 177858)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20121203
+pkgver=20130209
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -16,4 +16,4 @@
 install -Dm644 $ids ${pkgdir}/usr/share/hwdata/${ids}
   done
 }
-md5sums=('32c1e06a2a4d72f52fb8e2085ef9ab67')
+md5sums=('1aa720471c223a2b8c081f5ba513d2da')



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

2012-12-04 Thread Tom Gundersen
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
===
--- PKGBUILD2012-12-04 21:33:01 UTC (rev 172758)
+++ PKGBUILD2012-12-04 22:55:19 UTC (rev 172759)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@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')



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

2012-11-26 Thread Tom Gundersen
Date: Monday, November 26, 2012 @ 21:48:46
  Author: tomegun
Revision: 172043

upgpkg: hwids 20121125-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 02:13:09 UTC (rev 172042)
+++ PKGBUILD2012-11-27 02:48:46 UTC (rev 172043)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20121022
+pkgver=20121125
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('b809cfb935daa4f690c3ccaa56940c81')
+md5sums=('f9909b07f76c07f9b39ee1fde849fe4c')



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

2012-10-27 Thread Tom Gundersen
Date: Saturday, October 27, 2012 @ 18:14:15
  Author: tomegun
Revision: 169735

upgpkg: hwids 20121022-1

update ids

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-27 19:33:06 UTC (rev 169734)
+++ PKGBUILD2012-10-27 22:14:15 UTC (rev 169735)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20121012
+pkgver=20121022
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('c2eb487c4d61d874255d12b2e1aa95b3')
+md5sums=('b809cfb935daa4f690c3ccaa56940c81')



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

2012-10-14 Thread Tom Gundersen
Date: Sunday, October 14, 2012 @ 14:11:40
  Author: tomegun
Revision: 168708

upgpkg: hwids 20121012-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-14 17:07:07 UTC (rev 168707)
+++ PKGBUILD2012-10-14 18:11:40 UTC (rev 168708)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120922
+pkgver=20121012
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('b37eba5bf9192e08fdda164a512d529e')
+md5sums=('c2eb487c4d61d874255d12b2e1aa95b3')



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

2012-09-23 Thread Tom Gundersen
Date: Sunday, September 23, 2012 @ 16:09:25
  Author: tomegun
Revision: 166969

upgpkg: hwids 20120922-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-23 16:41:49 UTC (rev 166968)
+++ PKGBUILD2012-09-23 20:09:25 UTC (rev 166969)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120906
+pkgver=20120922
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('4e0bb29f1de41962cb9dfdcf0bb05fb8')
+md5sums=('b37eba5bf9192e08fdda164a512d529e')



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

2012-09-16 Thread Tom Gundersen
Date: Sunday, September 16, 2012 @ 09:53:34
  Author: tomegun
Revision: 166714

upgpkg: hwids 20120906-1

upstream update

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-16 10:48:12 UTC (rev 166713)
+++ PKGBUILD2012-09-16 13:53:34 UTC (rev 166714)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120831
+pkgver=20120906
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('16e9fe1886a4d053ee0807988b2f81d8')
+md5sums=('4e0bb29f1de41962cb9dfdcf0bb05fb8')



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

2012-09-03 Thread Tom Gundersen
Date: Monday, September 3, 2012 @ 17:19:38
  Author: tomegun
Revision: 165919

upgpkg: hwids 20120831-1

upstream update, add one pci id

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-03 20:33:25 UTC (rev 165918)
+++ PKGBUILD2012-09-03 21:19:38 UTC (rev 165919)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120815
+pkgver=20120831
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('7a3addeab3fa94e7ce946a5eb8549775')
+md5sums=('16e9fe1886a4d053ee0807988b2f81d8')



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

2012-08-23 Thread Tom Gundersen
Date: Thursday, August 23, 2012 @ 04:47:48
  Author: tomegun
Revision: 165537

upgpkg: hwids 20120815-1

upstream release

just minor additions/fixes

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-23 08:47:06 UTC (rev 165536)
+++ PKGBUILD2012-08-23 08:47:48 UTC (rev 165537)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120730
+pkgver=20120815
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('4522b801967ae8730d7269c0d881d8e5')
+md5sums=('7a3addeab3fa94e7ce946a5eb8549775')



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

2012-08-04 Thread Tom Gundersen
Date: Saturday, August 4, 2012 @ 07:05:52
  Author: tomegun
Revision: 164740

upgpkg: hwids 20120730-1

Add Samsung Galaxy SII{,I} support

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-04 10:57:49 UTC (rev 164739)
+++ PKGBUILD2012-08-04 11:05:52 UTC (rev 164740)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120711
+pkgver=20120730
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('f28b77e9793330ed1cd3568a8f715237')
+md5sums=('4522b801967ae8730d7269c0d881d8e5')



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

2012-07-12 Thread Tom Gundersen
Date: Thursday, July 12, 2012 @ 23:13:14
  Author: tomegun
Revision: 163483

upgpkg: hwids 20120711-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-13 02:30:58 UTC (rev 163482)
+++ PKGBUILD2012-07-13 03:13:14 UTC (rev 163483)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120611
+pkgver=20120711
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/gentoo/hwids
@@ -14,4 +14,4 @@
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('e8334c300af417ab3e58f448ee80c2a8')
+md5sums=('f28b77e9793330ed1cd3568a8f715237')



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

2012-06-23 Thread Tom Gundersen
Date: Saturday, June 23, 2012 @ 07:08:14
  Author: tomegun
Revision: 162194

upgpkg: hwids 20120611-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-23 11:07:53 UTC (rev 162193)
+++ PKGBUILD2012-06-23 11:08:14 UTC (rev 162194)
@@ -1,17 +1,17 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20120512
+pkgver=20120611
 pkgrel=1
 pkgdesc=hardware identification databases
-url=https://github.com/Flameeyes/hwids
+url=https://github.com/gentoo/hwids
 license=('GPL2')
 arch=('any')
-source=(https://github.com/Flameeyes/${pkgname}/tarball/${pkgname}-${pkgver};)
+source=(https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver};)
 
 package() {
   cd ${srcdir}/*
   mkdir -p ${pkgdir}/usr/share/hwdata
   cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
 }
-md5sums=('d530009df4967b5ece996262f4e39851')
+md5sums=('e8334c300af417ab3e58f448ee80c2a8')



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

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 18:32:00
  Author: tomegun
Revision: 159288

upgpkg: hwids 20120512-1

first release

Modified:
  hwids/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 22:11:21 UTC (rev 159287)
+++ PKGBUILD2012-05-20 22:32:00 UTC (rev 159288)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/Flameeyes/hwids
-license=('BSD')
+license=('GPL2')
 arch=('any')
 source=(https://github.com/Flameeyes/${pkgname}/tarball/${pkgname}-${pkgver};)