Update rkward to 0.6.3.

This commit is contained in:
Jeff Huang 2015-03-07 12:52:05 +00:00
parent 975da9d368
commit 069f5152bc

View File

@ -2,17 +2,17 @@
# Contributions from AUR: http://aur.archlinux.org/packages.php?ID=4277
pkgname=rkward
pkgver=0.6.2
pkgver=0.6.3
pkgrel=1
pkgdesc="Easy to use transparent frontend to R for KDE4"
arch=('x86_64')
url="http://rkward.sourceforge.net/"
license=('GPL')
depends=('kdelibs' 'qt' 'r' 'docbook-xsl')
depends=('kde-baseapps-katepart' 'kde-runtime' 'r' 'docbook-xsl' 'docbook-xml')
categories=('programming')
makedepends=('cmake' 'automoc4' 'icu')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('e056c06a38d39d6fcdc982b90ad264f0')
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
sha256sums=('911f7727a28b292428607c93e551f51b2d8fc2cb477de33a1276790210263c93')
screenshot="http://sourceforge.net/apps/mediawiki/rkward/nfs/project/r/rk/rkward/0/0a/RKWard_060_450.png"
build() {