diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-06 10:25:36 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-04-06 10:25:36 +0200 |
commit | 5f875caf9e31730faff78cfa1fc99c30717a924d (patch) | |
tree | 64da821f3be8e6f7a61a55ae2aa3d7de5ad33e89 /extra/kdeedu-kstars | |
parent | a791587b609550b73cd867a642338769dc7c117d (diff) | |
parent | d9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/rsyslog/PKGBUILD
extra/boost/PKGBUILD
extra/kdeadmin/PKGBUILD
extra/kdebase-konsole/PKGBUILD
extra/kdegames/PKGBUILD
extra/kdenetwork/PKGBUILD
extra/kdepim/PKGBUILD
libre/kdenetwork-libre/PKGBUILD
multilib/lib32-expat/PKGBUILD
multilib/lib32-libldap/PKGBUILD
multilib/lib32-openal/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-sqlite3/PKGBUILD
testing/pcmciautils/PKGBUILD
testing/systemd/PKGBUILD
testing/util-linux/PKGBUILD
Diffstat (limited to 'extra/kdeedu-kstars')
-rw-r--r-- | extra/kdeedu-kstars/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/kdeedu-kstars/PKGBUILD b/extra/kdeedu-kstars/PKGBUILD index 8b656f92c..4e58b39bf 100644 --- a/extra/kdeedu-kstars/PKGBUILD +++ b/extra/kdeedu-kstars/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 153152 2012-03-12 09:24:33Z andrea $ +# $Id: PKGBUILD 155605 2012-04-04 14:15:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kstars -pkgver=4.8.1 -pkgrel=1 +pkgver=4.8.2 +pkgrel=2 pkgdesc="Desktop Planetarium" url="http://kde.org/applications/education/kstars/" arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeedu') -depends=('kdebase-runtime' 'eigen' 'cfitsio' 'libindi') -makedepends=('cmake' 'automoc4') +depends=('kdebase-runtime' 'libindi') +makedepends=('cmake' 'automoc4' 'eigen') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz") -sha1sums=('5453568396529c4767fb5485e1493d86bd0e6177') +sha1sums=('6447338ebed2f822c4c852bcfe50264ccaba2acb') build() { cd "${srcdir}" |