summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb9e7b5476b5..31eda2447f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url=https://github.com/horst3180/arc-icon-theme
license=('GPL3')
depends=('gtk-update-icon-cache')
makedepends=('git' 'automake')
+optdepends=('moka-icon-theme-git: Arc icon theme was built to be used
+on top of Moka icon theme')
source=("git://github.com/horst3180/${_gitname}.git")
md5sums=('SKIP')
conflicts=('arc-icon-theme')
@@ -28,4 +30,4 @@ build() {
package() {
cd "${srcdir}/${_gitname}"
make DESTDIR="$pkgdir" install
-} \ No newline at end of file
+}