[arch-commits] Commit in lib32-systemd/trunk (PKGBUILD)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Thu Oct 3 08:13:49 UTC 2013
Date: Thursday, October 3, 2013 @ 10:13:49
Author: lcarlier
Revision: 98006
upgpkg: lib32-systemd 208-1
Sync with testing
Modified:
lib32-systemd/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-03 04:54:41 UTC (rev 98005)
+++ PKGBUILD 2013-10-03 08:13:49 UTC (rev 98006)
@@ -4,7 +4,7 @@
pkgname=lib32-systemd
_pkgbasename=systemd
-pkgver=207
+pkgver=208
pkgrel=1
pkgdesc="system and service manager (32-bit)"
arch=('x86_64')
@@ -15,7 +15,7 @@
'intltool' 'gperf')
options=('!libtool')
source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz")
-md5sums=('7799f3cc9d289b8db1c1fa56ae7ecd88')
+md5sums=('df64550d92afbffb4f67a434193ee165')
build() {
export CC="gcc -m32"
@@ -37,7 +37,8 @@
--without-python \
--disable-libcryptsetup \
--with-sysvinit-path= \
- --with-sysvrcnd-path=
+ --with-sysvrcnd-path= \
+ --with-firmware-path="/usr/lib/firmware/updates:/usr/lib/firmware"
make
}
More information about the arch-commits
mailing list