summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122017-07-23 23:48:42 +0200
committerwillemw122017-07-23 23:48:42 +0200
commit33420851b2531e24f57d6f655dbbddd16049f283 (patch)
tree288c0c70e3a953cc62325e8cbfee310a0cbba605 /PKGBUILD
parent44452182581865f4e16970271d893861d48b9923 (diff)
downloadaur-33420851b2531e24f57d6f655dbbddd16049f283.tar.gz
Add optdepends descriptions
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1856747809a2..86bc601c4b22 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/linuxmint/mintstick"
license=('GPL')
depends=('desktop-file-utils' 'dosfstools' 'python2-dbus' 'python2-gobject' 'python2-pyparted' 'udisks2')
-optdepends=('e2fsprogs' 'ntfs-3g')
+optdepends=('e2fsprogs: Ext filesystems' 'ntfs-3g: NTFS filesystems')
makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)