diff options
author | root <root@rshg054.dnsready.net> | 2012-04-17 00:01:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-17 00:01:34 +0000 |
commit | d1bfef207c6695736de171fc604b68eab0c1f1cd (patch) | |
tree | aead3dfb062624c07d4ce9b8d1d05255eb9f4ec3 /community-testing/dee/PKGBUILD | |
parent | ea3d877b99c32e3a9e00ab220440d4518430e5bc (diff) |
Tue Apr 17 00:01:34 UTC 2012
Diffstat (limited to 'community-testing/dee/PKGBUILD')
-rw-r--r-- | community-testing/dee/PKGBUILD | 11 |
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 \ |