summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e13a77489674..5c297ea84331 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,13 @@
pkgname=gparted-git
pkgver=0.33.0.r60.g0b5cfd34
-pkgrel=1
+pkgrel=2
pkgdesc="A Partition Magic clone, frontend to GNU Parted"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://gparted.sourceforge.net"
license=('GPL')
+provides=('gparted')
+conflicts=('gparted')
depends=('parted' 'gtkmm3')
makedepends=('intltool' 'pkg-config' 'gnome-doc-utils' 'polkit')
optdepends=('dosfstools: for FAT16 and FAT32 partitions'