summaryrefslogtreecommitdiff
path: root/community/lilyterm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
committerroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
commit68572eac2031955131806e1ab066f5aaac1396e2 (patch)
treea7ad0bf8988effbf1a55c885f968d10660055cf9 /community/lilyterm
parent85ca6bfccdec6939881572fb1154f1a07d54937c (diff)
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'community/lilyterm')
-rw-r--r--community/lilyterm/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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 <keenerd@gmail.com>
# Contributor: TDY <tdy@gmx.com>
# Contributor: DonVla <donvla@users.sourceforge.net>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
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