summaryrefslogtreecommitdiff
path: root/extra/kdeedu-kalzium
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-07 02:09:50 -0800
committerroot <root@rshg054.dnsready.net>2012-12-07 02:09:50 -0800
commit7de07e40e2c0c078a35c5092e1f2defb65d1741e (patch)
treebc791b3c1aca7238f6f5e6761930657526005eac /extra/kdeedu-kalzium
parent3f0c4efbf72adbd091565fcc39ad1d09c92be5d0 (diff)
Fri Dec 7 02:06:33 PST 2012
Diffstat (limited to 'extra/kdeedu-kalzium')
-rw-r--r--extra/kdeedu-kalzium/PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/extra/kdeedu-kalzium/PKGBUILD b/extra/kdeedu-kalzium/PKGBUILD
index a85fc3058..1025cce7e 100644
--- a/extra/kdeedu-kalzium/PKGBUILD
+++ b/extra/kdeedu-kalzium/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 170622 2012-11-09 08:27:43Z andrea $
+# $Id: PKGBUILD 172836 2012-12-06 08:20:56Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-kalzium
-pkgver=4.9.3
+pkgver=4.9.4
pkgrel=1
pkgdesc="Periodic Table of Elements"
url="http://kde.org/applications/education/kalzium/"
@@ -12,18 +12,10 @@ groups=('kde' 'kdeedu')
depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz"
- 'fix-linking.patch')
-sha1sums=('7b4a50aabd960752d6b746740cc6b4bf6cae3b30'
- '478697adc8ae191355ee64b824f30e11bd7af682')
+source=("http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz")
+sha1sums=('7fb581e74cd2d561a9db7c2de754339f2e345e2a')
build() {
- # KDEBUG#308939 (Fixed upstream)
- cd kalzium-${pkgver}
- patch -p1 -i "${srcdir}"/fix-linking.patch
- cd ../
-
- cd "${srcdir}"
mkdir build
cd build
cmake ../kalzium-${pkgver} \