[arch-commits] Commit in hwdata/repos (testing-any testing-any/PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Wed Jun 1 08:16:00 UTC 2022


    Date: Wednesday, June 1, 2022 @ 08:16:00
  Author: tpowa
Revision: 447422

archrelease: copy trunk to testing-any

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

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

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 447421, hwdata/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2022-06-01 08:16:00 UTC (rev 447422)
@@ -0,0 +1,21 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=hwdata
+pkgver=0.360
+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
+}



More information about the arch-commits mailing list