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

Tobias Powalowski tpowa at gemini.archlinux.org
Mon Jan 10 20:53:16 UTC 2022


    Date: Monday, January 10, 2022 @ 20:53:16
  Author: tpowa
Revision: 434175

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 20:53:08 UTC (rev 434174)
+++ PKGBUILD	2022-01-10 20:53:16 UTC (rev 434175)
@@ -1,20 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-pkgname=hwdata
-pkgver=0.355
-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}")
-sha256sums=('SKIP')
-
-package() {
-  cd hwdata
-
-  for ids in pci.ids pnp.ids usb.ids; do
-    install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}"
-  done
-}

Copied: hwdata/repos/testing-any/PKGBUILD (from rev 434174, hwdata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 20:53:16 UTC (rev 434175)
@@ -0,0 +1,21 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=hwdata
+pkgver=0.355
+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