summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-03-18 14:45:50 +0100
committerPhilip Goto2019-03-18 14:45:50 +0100
commit8f2243257d4a9b22cf7a45c0fd81d614c54475ec (patch)
tree5497cebf3a58cea9ec6356c809fb7c9192b666cc
parentf83b6dbb10ca22806cd06c0c7caf5f2ea71aa839 (diff)
downloadaur-8f2243257d4a9b22cf7a45c0fd81d614c54475ec.tar.gz
Add gparted provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaad92004106..4fc97a226791 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gparted-git
pkgdesc = A Partition Magic clone, frontend to GNU Parted
pkgver = 0.33.0.r60.g0b5cfd34
- pkgrel = 1
+ pkgrel = 2
url = http://gparted.sourceforge.net
arch = i686
arch = x86_64
@@ -27,6 +27,8 @@ pkgbase = gparted-git
optdepends = polkit: to run gparted from application menu
optdepends = gpart: for recovering corrupt partition tables
optdepends = mtools: utilities to access MS-DOS disks
+ provides = gparted
+ conflicts = gparted
source = git+https://gitlab.gnome.org/GNOME/gparted.git
sha256sums = SKIP
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'