Date: Wednesday, September 7, 2022 @ 13:37:12
  Author: tpowa
Revision: 455223

archrelease: copy trunk to testing-any

Added:
  hwdata/repos/testing-any/
  hwdata/repos/testing-any/PKGBUILD
    (from rev 455222, hwdata/trunk/PKGBUILD)
  hwdata/repos/testing-any/keys/

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 455222, 
hwdata/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2022-09-07 13:37:12 UTC (rev 455223)
@@ -0,0 +1,21 @@
+# Maintainer: Tobias Powalowski <tp...@archlinux.org>
+pkgname=hwdata
+pkgver=0.362
+pkgrel=1
+pkgdesc="hardware identification databases"
+makedepends=('git')
+replaces=('hwids')
+url=https://github.com/vcrhonek/hwdata
+license=('GPL2')
+arch=('any')
+source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed";)
+validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
+sha256sums=('SKIP')
+
+package() {
+  cd hwdata
+
+  for ids in pci.ids pnp.ids usb.ids; do
+    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
+  done
+}

Reply via email to