summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Vihrov2019-05-27 23:28:12 +0300
committerAndrey Vihrov2019-05-27 23:28:12 +0300
commit7f88f1d5ccafdaebe64d8cac040428ad38a042a9 (patch)
treecb37a6e4676857ad878cb957c55e7410bdbdcf71 /PKGBUILD
parent14d8920335e2dbc7b9fbd0f688505930a3e4c00c (diff)
downloadaur-7f88f1d5ccafdaebe64d8cac040428ad38a042a9.tar.gz
Add dependency on gnome-icon-theme as Mist inherits it
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0ef3a1f0297..c742b443a885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=mist-icon-theme
pkgver=3.0.0+20+gaaba3bb
-pkgrel=1
+pkgrel=2
pkgdesc="Mist icon theme"
arch=('any')
url="https://wiki.gnome.org/GnomeArt"
license=('GPL')
-depends=('gtk-update-icon-cache')
+depends=('gtk-update-icon-cache' 'gnome-icon-theme')
makedepends=('git' 'gtk-engines' 'icon-naming-utils' 'gnome-common')
_commit=aaba3bb83add369a480f393a8d0907f6ea72b285
source=("git+https://git.gnome.org/browse/archive/gnome-themes#commit=${_commit}")