summaryrefslogtreecommitdiff
path: root/extra/kdeedu-marble
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-09 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-03-09 00:01:18 +0000
commitcf46d1f178976dd464382bb833d45c01c0faba3a (patch)
tree8659021c45d7b0378ca1ccc82008bb8236a58a34 /extra/kdeedu-marble
parent718c8e57ef26498cff228de3de92bf5c8a3f6343 (diff)
Fri Mar 9 00:01:18 UTC 2012
Diffstat (limited to 'extra/kdeedu-marble')
-rw-r--r--extra/kdeedu-marble/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/extra/kdeedu-marble/PKGBUILD b/extra/kdeedu-marble/PKGBUILD
index 184af13de..28b705d44 100644
--- a/extra/kdeedu-marble/PKGBUILD
+++ b/extra/kdeedu-marble/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 152045 2012-03-04 14:26:05Z andrea $
+# $Id: PKGBUILD 152494 2012-03-07 16:12:57Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-marble
-pkgver=4.8.0
-pkgrel=2
+pkgver=4.8.1
+pkgrel=1
pkgdesc="Desktop Globe"
url="http://kde.org/applications/education/marble/"
arch=('i686' 'x86_64')
@@ -13,15 +13,10 @@ depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4' 'gpsd')
optdepends=('gpsd: gps support')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/xz/marble-${pkgver}.tar.xz"
- 'fix-with-qt48.patch')
-sha1sums=('6c3c6b03c9d8e92730d6955adcbdb5de42fda43d'
- '3ec130564aa1b7a61a0c3cd51533c69c6c35bd0e')
+source=("http://download.kde.org/stable/${pkgver}/src/xz/marble-${pkgver}.tar.xz")
+sha1sums=('542da37f6ea2df21b331aea28cab810eb6802b78')
build() {
- cd "${srcdir}"/marble-${pkgver}
- patch -p1 -i "${srcdir}"/fix-with-qt48.patch
-
cd "${srcdir}"
mkdir build
cd build