diff options
author | root <root@rshg054.dnsready.net> | 2012-11-22 02:31:09 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-22 02:31:09 -0800 |
commit | 38ea2e71952c00f18230ed0e691532aadff4e2c1 (patch) | |
tree | bc1c7cfd697773062d53a0a23b35afdb0fc775c2 /kde-unstable/kdeedu-rocs/PKGBUILD | |
parent | f48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (diff) |
Thu Nov 22 02:27:52 PST 2012
Diffstat (limited to 'kde-unstable/kdeedu-rocs/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-rocs/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-unstable/kdeedu-rocs/PKGBUILD b/kde-unstable/kdeedu-rocs/PKGBUILD index 86090e369..0df3d29a6 100644 --- a/kde-unstable/kdeedu-rocs/PKGBUILD +++ b/kde-unstable/kdeedu-rocs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163587 2012-07-16 07:16:26Z andrea $ +# $Id: PKGBUILD 171775 2012-11-21 19:14:28Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-rocs -pkgver=4.8.97 -pkgrel=2 +pkgver=4.9.80 +pkgrel=1 pkgdesc="Rocs Graph Theory" url="http://kde.org/applications/education/rocs/" arch=('i686' 'x86_64') @@ -11,9 +11,9 @@ license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeedu') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz") -sha1sums=('15daf5a0becd09f2de96e74753a632de905c09e7') -options=('!makeflags') +sha1sums=('a3feecc05b8408ccfa1d101554a8916b5700649f') build() { cd "${srcdir}" |