summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8e3c7af4c79..97c5965bdf3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = udisks2-nosystemd
pkgdesc = Disk Management Service, version 2
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.freedesktop.org/wiki/Software/udisks
arch = i686
arch = x86_64
@@ -17,6 +17,8 @@ pkgbase = udisks2-nosystemd
depends = util-linux
optdepends = parted: partition management
optdepends = gptfdisk: GUID partition table support
+ optdepends = ntfs-3g: NTFS filesystem management support
+ optdepends = dosfstools: VFAT filesystem management support
provides = udisks2=2.1.1
conflicts = udisks2
replaces = udisks2
diff --git a/PKGBUILD b/PKGBUILD
index 672cff1d8b72..020792b38c1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=udisks2-nosystemd
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Disk Management Service, version 2"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/udisks"
@@ -11,7 +11,9 @@ license=('GPL2')
depends=('glib2' 'udev' 'polkit-consolekit' 'libatasmart' 'util-linux')
makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
optdepends=('parted: partition management'
- 'gptfdisk: GUID partition table support')
+ 'gptfdisk: GUID partition table support'
+ 'ntfs-3g: NTFS filesystem management support'
+ 'dosfstools: VFAT filesystem management support')
provides=("udisks2=${pkgver}")
conflicts=('udisks2')
replaces=('udisks2')