summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122017-07-23 23:48:42 +0200
committerwillemw122017-07-23 23:48:42 +0200
commit33420851b2531e24f57d6f655dbbddd16049f283 (patch)
tree288c0c70e3a953cc62325e8cbfee310a0cbba605
parent44452182581865f4e16970271d893861d48b9923 (diff)
downloadaur-33420851b2531e24f57d6f655dbbddd16049f283.tar.gz
Add optdepends descriptions
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ebd16d9383b..746ae50c3e31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Jul 23 21:47:23 UTC 2017
pkgbase = mintstick-git
pkgdesc = Format or write images to usb-sticks (Linux Mint tool)
pkgver = r169.1020c77
@@ -13,8 +15,8 @@ pkgbase = mintstick-git
depends = python2-gobject
depends = python2-pyparted
depends = udisks2
- optdepends = e2fsprogs
- optdepends = ntfs-3g
+ optdepends = e2fsprogs: Ext filesystems
+ optdepends = ntfs-3g: NTFS filesystems
provides = mintstick
conflicts = mintstick
source = mintstick-git::git://github.com/linuxmint/mintstick.git
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)