summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372019-04-17 15:46:44 -0300
committerbtd13372019-04-17 15:46:44 -0300
commitadcc04399bf7ab97f838b89312e41501e9a612f0 (patch)
treeb8e6017a767c80e5c9e666293c0d70e2ebfa2461
parente4ef58dc5ebc45372c5f3decfcb9db4d34f88bbc (diff)
downloadaur-adcc04399bf7ab97f838b89312e41501e9a612f0.tar.gz
Add hfsprogs dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e334ed644273..5e66bf5596c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = formatter-git
depends = gtk3
depends = granite
depends = debhelper
+ depends = hfsprogs
provides = formatter
conflicts = formatter
source = git+https://github.com/djaler/formatter.git
diff --git a/PKGBUILD b/PKGBUILD
index 7ef3b68085c2..cf77036d7336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A simple device formatter built for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'debhelper')
+depends=('gtk3' 'granite' 'debhelper' 'hfsprogs')
optdepends=('')
makedepends=('git' 'meson' 'ninja' 'vala')
provides=("${_gitname}")