summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Janon2020-09-15 12:52:35 +0200
committerAlexis Janon2020-09-15 13:50:27 +0200
commit788f2e4d687d5ae57f22f48bedd6b19cf6a33248 (patch)
tree919a8edaf9807312521325c0c55bafa7d6178339
parente5b29a2d1a291dd6bee406f410de13453c58fb30 (diff)
downloadaur-788f2e4d687d5ae57f22f48bedd6b19cf6a33248.tar.gz
Remove fontconfig and xorg utils from dependencies
Now unnecessary with the removal of the post_install cache refresh in commit fe572bc.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a59692d08d7..5ec12b64ec9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,6 @@ pkgbase = ttf-atom-file-icons
arch = any
license = MIT
makedepends = woff2-git
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
source = ttf-atom-file-icons-2.1.39.tar.gz::https://github.com/file-icons/atom/archive/v2.1.39.tar.gz
md5sums = 407bbec38267f626aecb20d02259c7de
diff --git a/PKGBUILD b/PKGBUILD
index 8ff29dc2b66f..6c5fa6a68855 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ pkgname=ttf-${_pkgdestdirname}
arch=(any)
url="https://atom.io/packages/file-icons"
license=('MIT')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
makedepends=('woff2-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
md5sums=('407bbec38267f626aecb20d02259c7de')