diff options
author | root <root@rshg054.dnsready.net> | 2012-05-31 16:24:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-31 16:24:59 +0000 |
commit | f5a8de28b86c2c838a28e79aa54f8b4c3fbd869e (patch) | |
tree | 26873b23c15ea28962e55ab4dc7ae94b468089cf /community/kpartsplugin | |
parent | f1ae949e08a764ac063703dc9bb7f0afd7c16e96 (diff) |
Thu May 31 16:24:59 UTC 2012
Diffstat (limited to 'community/kpartsplugin')
-rw-r--r-- | community/kpartsplugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kpartsplugin/PKGBUILD b/community/kpartsplugin/PKGBUILD index 3f5ee42c5..14460add9 100644 --- a/community/kpartsplugin/PKGBUILD +++ b/community/kpartsplugin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71563 2012-05-29 10:50:53Z tredaelli $ +# $Id: PKGBUILD 71596 2012-05-30 14:38:44Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: birdflesh <antkoul at gmail dot com> # Contributor: Frikilinux <frikilinux at frikilinux.com.ar> pkgname=kpartsplugin -pkgver=20120524 +pkgver=20120529 pkgrel=1 pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL3' 'BSD') depends=('kdelibs') makedepends=('automoc4' 'cmake') source=("${url}${pkgname}-${pkgver}.tar.bz2" "LICENSE") -md5sums=('14aaeb172e6519c7a06f22ec7ca3e39e' +md5sums=('ad6b0f146f6b1c6bf1db4ff21ba95dda' 'c4cc811349e40e9f34e77e27b902ad96') build(){ |