From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/xplanet/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'community/xplanet/PKGBUILD') diff --git a/community/xplanet/PKGBUILD b/community/xplanet/PKGBUILD index a05cfd112..8da9880f9 100644 --- a/community/xplanet/PKGBUILD +++ b/community/xplanet/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 94933 2013-08-01 07:01:30Z bpiotrowski $ +# $Id: PKGBUILD 101195 2013-11-19 11:02:23Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: dorphell # Committer: Judd Vinet pkgname=xplanet pkgver=1.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="An Xearth wannabe" arch=(i686 x86_64) url="http://xplanet.sourceforge.net/" license=('GPL') -depends=('pango' 'libungif' 'libtiff' 'libxss') +depends=('pango' 'giflib' 'libtiff' 'libxss') source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz giflib6.patch) md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692' @@ -23,7 +23,6 @@ prepare() { build() { cd $srcdir/$pkgname-$pkgver - unset LDFLAGS ./configure --prefix=/usr --with-freetype make } -- cgit v1.2.3-54-g00ecf