Date: Monday, March 11, 2013 @ 23:06:01
  Author: lcarlier
Revision: 86078

upgpkg: lib32-systemd 198-1

Sync with testing

Modified:
  lib32-systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-11 21:52:48 UTC (rev 86077)
+++ PKGBUILD    2013-03-11 22:06:01 UTC (rev 86078)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=197
+pkgver=198
 pkgrel=1
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
              'lib32-libgcrypt' 'lib32-glib2' 'lib32-xz' 'intltool' 'gperf')
 options=('!libtool')
 
source=("http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz";)
-md5sums=('56a860dceadfafe59f40141eb5223743')
+md5sums=('26a75e2a310f8c1c1ea9ec26ddb171c5')
 
 build() {
     export CC="gcc -m32"
@@ -24,6 +24,7 @@
     cd "${srcdir}/systemd-${pkgver}"
 
     ./configure \
+      --enable-static \
       --libexecdir=/usr/lib32 \
       --libdir=/usr/lib32 \
       --localstatedir=/var \

Reply via email to