summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRubixDev2022-06-23 22:51:37 +0200
committerRubixDev2022-06-23 22:51:37 +0200
commit14a2e6c9977bae64d85b1e758b6a8d4cb56330bb (patch)
treedbd8bba0e0eec66d0c16d4dcba72cb3ec2ce1a68 /PKGBUILD
parent66a3e63841635052ff086bd4150b6950eea05571 (diff)
downloadaur-tela-icon-theme-green-git.tar.gz
Remove unneeded dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")