summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f06084c17593..d8df80483769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,7 @@ pkgbase = tela-icon-theme-green-git
arch = any
license = GPL3
makedepends = git
- depends = hicolor-icon-theme
- depends = gtk-update-icon-cache
+ makedepends = gtk-update-icon-cache
conflicts = tela-icon-theme
options = !strip
source = tela-icon-theme::git+https://github.com/vinceliuice/Tela-icon-theme.git
diff --git a/PKGBUILD b/PKGBUILD
index 791b5731d104..b38d708a922d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_color=green
pkgname=tela-icon-theme-$_color-git
pkgver=2022.02.21.r14.g47b82d4c
-pkgrel=1
+pkgrel=2
pkgdesc="A flat colorful design icon theme (only $_color variant)"
arch=('any')
url="https://github.com/vinceliuice/Tela-icon-theme"
license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('git')
+depends=()
+makedepends=('git' 'gtk-update-icon-cache')
conflicts=("tela-icon-theme")
options=('!strip')
source=("${pkgname%-$_color-git}::git+https://github.com/vinceliuice/Tela-icon-theme.git")