summaryrefslogtreecommitdiff
path: root/community/lilyterm
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-20 15:39:19 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-20 15:39:19 +0200
commitf201c0c97570e91af0fcec400d827a3f1bba79cc (patch)
tree6b87f10653f54a3b7294d3f2028704e323849781 /community/lilyterm
parentf97d206e9152e1d29ad8fb9f2ea2aee95f1da625 (diff)
parent947c2e7bbbd5942492024997d34d709d436f1c8f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/python/PKGBUILD multilib-testing/gcc-multilib/PKGBUILD testing/colord/PKGBUILD testing/epiphany/PKGBUILD testing/fcitx/PKGBUILD testing/folks/PKGBUILD testing/gcalctool/PKGBUILD testing/gcc/PKGBUILD testing/gnome-games/PKGBUILD testing/gnome-shell/PKGBUILD testing/mutter/PKGBUILD testing/yelp/PKGBUILD
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 527888dcc..e554ed03a 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' 'mips64el')
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