rkward: bump

This commit is contained in:
Ernesto 2013-06-17 19:45:12 +00:00
parent 72b0da9ce3
commit cdadf72fb1

View File

@ -10,17 +10,17 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=rkward
pkgver=0.5.6
pkgver=0.6.1
pkgrel=1
pkgdesc="Easy to use transparent frontend to R for KDE4"
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://rkward.sourceforge.net/"
license=('GPL')
depends=('kdelibs' 'qt' 'r' 'docbook-xsl')
categories=('programming')
makedepends=('cmake' 'automoc4' 'icu')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('58ce297310c73ee9c617360a975f0752')
md5sums=('aa2c16c4b76f729289bd2853fa4da2a8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"