summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubixDev2022-06-23 22:51:37 +0200
committerRubixDev2022-06-23 22:51:37 +0200
commit14a2e6c9977bae64d85b1e758b6a8d4cb56330bb (patch)
treedbd8bba0e0eec66d0c16d4dcba72cb3ec2ce1a68
parent66a3e63841635052ff086bd4150b6950eea05571 (diff)
downloadaur-14a2e6c9977bae64d85b1e758b6a8d4cb56330bb.tar.gz
Remove unneeded dependency
-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")