[arch-commits] Commit in wireless-regdb/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sat Feb 7 08:49:08 UTC 2015
Date: Saturday, February 7, 2015 @ 09:49:07
Author: tpowa
Revision: 230928
upgpkg: wireless-regdb 2015.01.30-1
bump to latest version
Modified:
wireless-regdb/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-07 08:46:46 UTC (rev 230927)
+++ PKGBUILD 2015-02-07 08:49:07 UTC (rev 230928)
@@ -2,7 +2,7 @@
# Maintainer: Thomas Bächler <thomas at archlinux.org>
pkgname=wireless-regdb
-pkgver=2014.06.02
+pkgver=2015.01.30
pkgrel=1
pkgdesc="Central Regulatory Domain Database"
arch=('any')
@@ -12,11 +12,12 @@
depends=('sh')
makedepends=('crda')
install=wireless-regdb.install
-source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.xz
+source=(https://www.kernel.org/pub/software/network/wireless-regdb/${pkgname}-${pkgver}.tar.{xz,sign}
crda.conf.d)
-sha256sums=('2d3ef3c6d46ce27e6f43a69db3e5ef582ada73e0dabbe464a370448dfac040cc'
+sha256sums=('438d7f3d62686bc997098d17fe1aff95c6f6ec061aaab90ab7c2c17e8451ce85'
+ 'SKIP'
'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
-
+validpgpkeys=('2ABCA7498D83E1D32D51D3B5AB4800A62DB9F73A') #Seth Forshee <seth.forshee at canonical.com>
package() {
# Install and verify regulatory.bin file
msg "Installing and verifying the regulatory.bin file ..."
@@ -30,7 +31,7 @@
error "Regulatory database verification failed."
return 1
fi
- install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/linville.key.pub.pem "${pkgdir}"/usr/lib/crda/pubkeys/linville.key.pub.pem
+ install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/sforshee.key.pub.pem "${pkgdir}"/usr/lib/crda/pubkeys/sforshee.key.pub.pem
install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE "${pkgdir}"/usr/share/licenses/wireless-regdb/LICENSE
install -D -m644 "${srcdir}"/${pkgname}-${pkgver}/regulatory.bin.5 "${pkgdir}"/usr/share/man/man5/regulatory.bin.5
More information about the arch-commits
mailing list