diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-11 14:16:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-11 14:16:08 -0300 |
commit | 20604a1579dcd51b5a46fc7d09cf4b1535219446 (patch) | |
tree | 2d5fd72b25008b56e2121bb35665ebeaebd50140 /extra/stellarium/PKGBUILD | |
parent | d84e7e621b059d11c483d6864cb1a549572d1821 (diff) | |
parent | 139460a7a8b085588b699c488fd19b166db18a74 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/logrotate/PKGBUILD
extra/hwloc/PKGBUILD
extra/kdeutils/PKGBUILD
extra/lapack/PKGBUILD
extra/openmpi/PKGBUILD
multilib/lib32-llvm/PKGBUILD
testing/mesa/PKGBUILD
testing/xorg-server/PKGBUILD
Diffstat (limited to 'extra/stellarium/PKGBUILD')
-rw-r--r-- | extra/stellarium/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/stellarium/PKGBUILD b/extra/stellarium/PKGBUILD index 18f3c5e91..a8328580f 100644 --- a/extra/stellarium/PKGBUILD +++ b/extra/stellarium/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108873 2011-02-04 15:03:02Z ronald $ +# $Id: PKGBUILD 131054 2011-07-09 22:10:28Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=stellarium -pkgver=0.10.6 +pkgver=0.11.0 pkgrel=1 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" arch=("i686" "x86_64" 'mips64el') @@ -14,9 +14,9 @@ makedepends=('cmake' 'boost') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz stellarium.desktop stellarium.png) -md5sums=('daab49529f0ad76efe871b639ac79295' - 'b4f9ebd082c4e112c2bbfac9f2c8465d' - '134ab08e73f4f5d995a7931a7957b7a3') +sha1sums=('e0d7293e175ac302b45d2849a82a8c0fa7e3ca3e' + 'c9cc79212542238227b5bd6af99f60fe056f4ab2' + 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -36,3 +36,6 @@ package() { install -Dm644 ${srcdir}/stellarium.png \ ${pkgdir}/usr/share/pixmaps/stellarium.png } +sha1sums=('e0d7293e175ac302b45d2849a82a8c0fa7e3ca3e' + 'c9cc79212542238227b5bd6af99f60fe056f4ab2' + 'b890d3b6c4dcfcfcc696514202af11b2a50c0fea') |