summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372018-07-21 17:07:55 -0300
committerbtd13372018-07-21 17:07:55 -0300
commit2f955f99c58f6b8a549078d7e4a68ce1e0ea90c2 (patch)
tree95fa63091c0b9ea8d449d1e8a782fab3d88b6247
parent1f48495f40e10ea4a1df28ab8d2a5bc75caed31a (diff)
downloadaur-2f955f99c58f6b8a549078d7e4a68ce1e0ea90c2.tar.gz
add elementary-icon-theme dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d33310e34063..6f4cdece8a4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = urutau-icons-git
arch = x86_64
license = GPL3
makedepends = git
+ depends = elementary-icon-theme
provides = urutau-icons
conflicts = urutau-icons
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index eceab95485fd..f9c5e33944c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="The most complete package of icons for third-party applications with el
arch=('i686' 'x86_64')
url="https://github.com/btd1337/${gitname}"
license=('GPL3')
+depends=('elementary-icon-theme')
makedepends=('git')
options=('!strip')
provides=("${gitname}")