Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
hwdata
Commits:
8d0b7c60 by Tobias Powalowski at 2024-11-05T10:51:14+01:00
upgpkg: 0.389-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = hwdata
pkgdesc = hardware identification databases
- pkgver = 0.388
+ pkgver = 0.389
pkgrel = 1
url = https://github.com/vcrhonek/hwdata
arch = any
license = GPL-2.0-or-later
makedepends = git
replaces = hwids
- source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.388?signed
+ source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.389?signed
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
- b2sums =
93a9e742591d5f8252af4d9ea144a39302b828180eafd5f1af794cc15eadb03b8e6c82edc94355b015aba55536241eddcb50f14fe218938323ae0907096e79eb
+ b2sums =
525f50372f6ddc1c01e31149edd9fbe69b6b7d1867fe501941f169fd983f264f16b42a2b932f2b3e41aab5a8152a3ce7dd69b38cacd76b25a6440ba1583a994d
pkgname = hwdata
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Tobias Powalowski <[email protected]>
pkgname=hwdata
-pkgver=0.388
+pkgver=0.389
pkgrel=1
pkgdesc="hardware identification databases"
makedepends=('git')
@@ -10,7 +10,7 @@ license=('GPL-2.0-or-later')
arch=('any')
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
-b2sums=('93a9e742591d5f8252af4d9ea144a39302b828180eafd5f1af794cc15eadb03b8e6c82edc94355b015aba55536241eddcb50f14fe218938323ae0907096e79eb')
+b2sums=('525f50372f6ddc1c01e31149edd9fbe69b6b7d1867fe501941f169fd983f264f16b42a2b932f2b3e41aab5a8152a3ce7dd69b38cacd76b25a6440ba1583a994d')
build() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/8d0b7c6047ab50ae62385d0d52e36c98c27d989e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/8d0b7c6047ab50ae62385d0d52e36c98c27d989e
You're receiving this email because of your account on gitlab.archlinux.org.