diff options
Diffstat (limited to 'community/dee/PKGBUILD')
-rw-r--r-- | community/dee/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dee/PKGBUILD b/community/dee/PKGBUILD index 6400d7956..19cb7576d 100644 --- a/community/dee/PKGBUILD +++ b/community/dee/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 78182 2012-10-17 10:23:20Z allan $ +# $Id: PKGBUILD 80236 2012-11-18 10:29:58Z andrea $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=dee pkgver=1.0.14 -pkgrel=2 +pkgrel=3 pkgdesc="Library to provide objects allowing to create Model-View-Controller type programs across DBus" arch=('i686' 'x86_64') url="https://launchpad.net/dee" @@ -18,7 +18,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --disable-tests \ + --disable-static \ PYTHON=python2 make } |