summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c37566333c3..04d9323f507e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_color=purple
pkgname=tela-icon-theme-$_color-git
pkgver=2022.02.21.r14.g47b82d4c
-pkgrel=1
-pkgdesc="A flat colorful design icon theme (only purple variant)"
+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")