[arch-commits] Commit in fwupd/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Oct 18 20:23:03 UTC 2017
Date: Wednesday, October 18, 2017 @ 20:23:02
Author: archange
Revision: 263291
upgpkg: fwupd 1.0.0-1
Upstream release + switch to arch-meson.
No LTO for now because it breaks.
Modified:
fwupd/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-18 19:50:31 UTC (rev 263290)
+++ PKGBUILD 2017-10-18 20:23:02 UTC (rev 263291)
@@ -3,7 +3,7 @@
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
pkgname=fwupd
-pkgver=0.9.7
+pkgver=1.0.0
pkgrel=1
pkgdesc='A simple daemon to allow session software to update firmware'
arch=('i686' 'x86_64')
@@ -15,17 +15,12 @@
'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
checkdepends=('umockdev')
source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('2e70742ec4be933d1e31c489bc6f00c4f326cd4ef3adade4ae6579c747f78742')
+sha256sums=('179ee1fb5c0099ba9bfb8c07178574cc7408297d2af80ddf483e9f147b30e31a')
build() {
cd ${pkgname}-${pkgver}
- meson --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib \
- --buildtype=release \
- ../build
+ arch-meson -D b_lto=false ../build
ninja -v -C ../build
}
@@ -32,7 +27,7 @@
check() {
cd build
- mesontest
+ meson test
}
package() {
More information about the arch-commits
mailing list