[arch-commits] Commit in partitionmanager/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Feb 18 19:45:17 UTC 2015


    Date: Wednesday, February 18, 2015 @ 20:45:17
  Author: arojas
Revision: 127960

Update to 1.2.1

Modified:
  partitionmanager/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-18 19:35:20 UTC (rev 127959)
+++ PKGBUILD	2015-02-18 19:45:17 UTC (rev 127960)
@@ -4,14 +4,14 @@
 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
 
 pkgname=partitionmanager
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
 arch=('i686' 'x86_64')
 url="http://kde.org/applications/system/kdepartitionmanager/"
-license=('GPL2')
+license=(GPL2)
 depends=(kio parted hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
 optdepends=('e2fsprogs: ext2/3/4 support'
 	    'xfsprogs: XFS support'
 	    'jfsutils: JFS support'
@@ -20,7 +20,7 @@
 	    'dosfstools: FAT32 support')
 install=$pkgname.install
 source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('3ac342d2effcc0211e9549cf7432e2a3')
+md5sums=('be888d1718beb0ce04d7301714a2dfe9')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list