From 5a66fc7a863eb7a26f5d17785d9e642e3a12e625 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Fri, 23 Dec 2016 14:42:43 +0100 Subject: [PATCH] Add manjaro-icons package in optional dependencies list --- BUILD/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/PKGBUILD b/BUILD/PKGBUILD index 2ebc47c..ac8264b 100644 --- a/BUILD/PKGBUILD +++ b/BUILD/PKGBUILD @@ -7,7 +7,7 @@ url="https://github.com/Huluti/${_pkgname}" arch=('any') license=('GPL') depends=('gtk3' 'python3') -optdepends=('calamares: universal installer framework') +optdepends=('calamares: Distribution-independent installer framework', 'manjaro-icons: Official Manjaro icons') makedepends=('git') replaces=('manjaro-hello') provides=('manjaro-hello')