author | Antonio Rojas
<arojas@archlinux.org> 2015-04-25 17:06:41 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-04-25 17:06:41 UTC |
parent | 04ef147208877223f48a1d548f91aca15187e1de |
PKGBUILD | +2 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index f8631dc..eeba845 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas pkgname=kio-extras -pkgver=5.2.2 +pkgver=5.3.0 pkgrel=1 pkgdesc="Additional components to increase the functionality of KIO" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python') groups=('plasma') install="${pkgname}.install" source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") -md5sums=('c63b83ca7df980875a8827bdb936793d') +md5sums=('cac226ba36f31c0f755482c73c820685') prepare() { mkdir build @@ -35,8 +35,5 @@ build() { package() { cd build make DESTDIR="${pkgdir}" install - - # conflicts with kdebase-runtime - mv "$pkgdir"/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg }