summaryrefslogtreecommitdiff
path: root/community-testing/dee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/dee/PKGBUILD')
-rw-r--r--community-testing/dee/PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/community-testing/dee/PKGBUILD b/community-testing/dee/PKGBUILD
index e65c2d80c..0b9480261 100644
--- a/community-testing/dee/PKGBUILD
+++ b/community-testing/dee/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 69158 2012-04-09 22:02:32Z bgyorgy $
+# $Id: PKGBUILD 69402 2012-04-15 21:43:27Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=dee
-pkgver=1.0.8
+pkgver=1.0.10
pkgrel=1
pkgdesc="Library to provide objects allowing to create Model-View-Controller type programs across DBus"
arch=('i686' 'x86_64')
@@ -11,14 +11,11 @@ license=('LGPL')
depends=('glib2' 'icu')
makedepends=('python2' 'gobject-introspection' 'vala')
options=('!libtool')
-source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
- fix-crash.patch)
-md5sums=('e9dbf5526ac4aca5a001e87e8cea516d'
- 'e6e95a783dd1f3aa0accc7410a5783e1')
+source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('17b715147e1721ce9624557949408d15')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -Np0 -i "$srcdir/fix-crash.patch"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --disable-tests \