summaryrefslogtreecommitdiff
path: root/community/dee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dee/PKGBUILD')
-rw-r--r--community/dee/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dee/PKGBUILD b/community/dee/PKGBUILD
index 41a245c8f..e97b7973b 100644
--- a/community/dee/PKGBUILD
+++ b/community/dee/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75926 2012-09-05 16:57:29Z bgyorgy $
+# $Id: PKGBUILD 78182 2012-10-17 10:23:20Z allan $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=dee
pkgver=1.0.14
-pkgrel=1
+pkgrel=2
pkgdesc="Library to provide objects allowing to create Model-View-Controller type programs across DBus"
arch=('i686' 'x86_64' 'mips64el')
url="https://launchpad.net/dee"
@@ -29,6 +29,6 @@ package() {
make DESTDIR="$pkgdir/" install
# Install GI overrides for python 3 as well
- install -dm755 "$pkgdir/usr/lib/python3.2/site-packages/gi/overrides"
- ln -s ../../../../python2.7/site-packages/gi/overrides/Dee.py "$pkgdir/usr/lib/python3.2/site-packages/gi/overrides/Dee.py"
+ install -dm755 "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides"
+ ln -s ../../../../python2.7/site-packages/gi/overrides/Dee.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Dee.py"
}