Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
hwdata
Commits:
44b94761 by Tobias Powalowski at 2023-10-06T07:13:35+02:00
upgpkg: 0.375-2: update license #79867
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = hwdata
pkgdesc = hardware identification databases
pkgver = 0.375
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vcrhonek/hwdata
arch = any
- license = GPL2-or-later
+ license = GPL-2.0-or-later
makedepends = git
replaces = hwids
source = git+https://github.com/vcrhonek/hwdata.git#tag=v0.375?signed
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Tobias Powalowski <[email protected]>
pkgname=hwdata
pkgver=0.375
-pkgrel=1
+pkgrel=2
pkgdesc="hardware identification databases"
makedepends=('git')
replaces=('hwids')
url=https://github.com/vcrhonek/hwdata
-license=('GPL2-or-later')
+license=('GPL-2.0-or-later')
arch=('any')
source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/44b947610d8becdec3f303a3490152c8ed6874c5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hwdata/-/commit/44b947610d8becdec3f303a3490152c8ed6874c5
You're receiving this email because of your account on gitlab.archlinux.org.