From 68572eac2031955131806e1ab066f5aaac1396e2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Apr 2012 00:01:59 +0000 Subject: Fri Apr 20 00:01:59 UTC 2012 --- community/lilyterm/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/lilyterm') diff --git a/community/lilyterm/PKGBUILD b/community/lilyterm/PKGBUILD index 74a1cc483..49519e01c 100644 --- a/community/lilyterm/PKGBUILD +++ b/community/lilyterm/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 66757 2012-02-28 08:33:19Z giovanni $ +# $Id: PKGBUILD 69562 2012-04-18 14:35:46Z kkeen $ # Maintainer: Kyle Keen # Contributor: TDY # Contributor: DonVla # Contributor: Stefan Husmann pkgname=lilyterm -pkgver=0.9.8 -pkgrel=2 +pkgver=0.9.9 +pkgrel=1 pkgdesc="A light and easy to use libvte based X terminal emulator" arch=('i686' 'x86_64') url="http://lilyterm.luna.com.tw/index_en.html" @@ -14,11 +14,10 @@ license=('GPL3') depends=('vte') makedepends=('gettext' 'intltool' 'pkgconfig>=0.16') source=(http://lilyterm.luna.com.tw/file/$pkgname-$pkgver.tar.gz) -md5sums=('995f7b4634523bf5e150b529a4bdbf6f') +md5sums=('ae89dca908951ce2fafa60b90c892d1a') build() { cd "$srcdir/lilyterm-$pkgver" - ./autogen.sh ./configure --prefix=/usr \ --sysconfdir=/etc make -- cgit v1.2.3-54-g00ecf