summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornick black2019-04-18 11:52:16 -0400
committernick black2019-04-18 11:52:16 -0400
commitbc07716ae391fa62ec4311896b8ca637fae07da2 (patch)
tree0c4c021614eaa5ecb83ebc013d601e569feca183
parent2e6032b0595cf326ed55bb7c412f230cfe27989a (diff)
downloadaur-bc07716ae391fa62ec4311896b8ca637fae07da2.tar.gz
growlight 1.0.6.1-2: fix hfsprogs optdep
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c5c87038e6e..dc22740400b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nick Black <dankamongmen@gmail.com>
-pkgname="growlight"
-pkgver="1.0.6.1"
-pkgrel=1
+pkgname=growlight
+pkgver=1.0.6.1
+pkgrel=2
pkgdesc="Disk manipulation and system preparation tool"
url="https://nick-black.com/dankwiki/index.php/Growlight"
license=('GPL3')
@@ -15,7 +15,7 @@ optdepends=('jfsutils: JFS manipulation'
'xfsprogs: XFS manipulation'
'mdadm: Linux MDRAID manipulation'
'btrfs-progs: Btrfs manipulation'
- 'hfsprofs: HFS (MacOS) manipulation'
+ 'hfsprogs: HFS (MacOS) manipulation'
'ntfs-3g: NTFS (Windows) manipulation'
'f2fs-tools: F2FS manipulation')
source=("https://github.com/dankamongmen/growlight/archive/v${pkgver}.tar.gz")