From 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Jan 2012 23:14:45 +0000 Subject: Wed Jan 11 23:14:45 UTC 2012 --- community/ibus-table-extraphrase/PKGBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'community/ibus-table-extraphrase/PKGBUILD') diff --git a/community/ibus-table-extraphrase/PKGBUILD b/community/ibus-table-extraphrase/PKGBUILD index 53d7e079d..04016b0c7 100644 --- a/community/ibus-table-extraphrase/PKGBUILD +++ b/community/ibus-table-extraphrase/PKGBUILD @@ -1,24 +1,21 @@ +# $Id: PKGBUILD 61932 2012-01-11 04:09:08Z ebelanger $ # Contributor: Lee.MaRS # Maintainer: Daniel J Griffiths pkgname=ibus-table-extraphrase -pkgver=1.2.0.20100305 -pkgrel=2 -pkgdesc="The extra phrases of tables engines for IBus." +pkgver=1.3.9.20110826 +pkgrel=1 +pkgdesc="The extra phrases of tables engines for IBus" arch=('i686' 'x86_64') url="http://code.google.com/p/ibus/" license=('LGPL') -depends=('ibus-table>=1.2.0') -provides=('ibus-table-extraphrase=1.2.0') -conflicts=('ibus-table-extraphrase-git') +depends=('ibus-table') source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('ab3a0bd3b443ad4df9ad5554e155550d') +sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246') build() { cd ${pkgname}-${pkgver} - ./autogen.sh - ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/ibus @@ -29,5 +26,5 @@ build() { package() { cd ${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf