diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-07 10:51:24 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-07 10:51:24 -0300 |
commit | bbcf09daf7ecaf715e986eb0eadab27a14d2408a (patch) | |
tree | e65686ba80c43b9a15038fd0a7fe177492b0470a /community/xplanet | |
parent | 479fa0a84b45b9ddb084568db5075a8592cb29ee (diff) | |
parent | 9d0c8979390868a2913fc8830a9f62a45174746b (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ruby-gtk2/PKGBUILD
core/lvm2/PKGBUILD
Diffstat (limited to 'community/xplanet')
-rw-r--r-- | community/xplanet/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xplanet/PKGBUILD b/community/xplanet/PKGBUILD index 16fccd280..b9221c93e 100644 --- a/community/xplanet/PKGBUILD +++ b/community/xplanet/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 63792 2012-02-05 12:15:38Z ibiru $ +# $Id: PKGBUILD 70418 2012-05-05 19:10:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=xplanet -pkgver=1.2.2 -pkgrel=2 +pkgver=1.3.0 +pkgrel=1 pkgdesc="An Xearth wannabe" arch=(i686 x86_64 'mips64el') url="http://xplanet.sourceforge.net/" license=('GPL') depends=('pango' 'libungif' 'libtiff' 'libxss') source=(http://downloads.sourceforge.net/project/xplanet/xplanet/$pkgver/xplanet-$pkgver.tar.gz) -md5sums=('b38c3b4cfdd772643f876a9bb15f288b') +md5sums=('41f7db2ccd1d8b4b989cacaf9adfe692') build() { cd $srcdir/$pkgname-$pkgver |