summaryrefslogtreecommitdiff
path: root/community/dee/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-19 02:25:52 -0800
committerroot <root@rshg054.dnsready.net>2012-11-19 02:25:52 -0800
commit705d29694fd61c47a57ccec531e73d87a2960021 (patch)
tree55e2f9c5d4ed72e92b4d249f51760cfbd53d3b80 /community/dee/PKGBUILD
parentab63d8d49f68847a68c2ba0014bf0d3338cb3df6 (diff)
Mon Nov 19 02:22:26 PST 2012
Diffstat (limited to 'community/dee/PKGBUILD')
-rw-r--r--community/dee/PKGBUILD6
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
}