summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Frankenau2015-06-17 10:08:13 +0200
committerJohannes Frankenau2015-06-17 10:08:13 +0200
commite29e754082ec3a88ef1039de1e2a12e49a0d6592 (patch)
tree02c1d66d30c71a59ae633875ea5b269707b991ac /PKGBUILD
parent4c2e49c52048174e5201dd31971f6e8fdf31fd60 (diff)
downloadaur-e29e754082ec3a88ef1039de1e2a12e49a0d6592.tar.gz
Add gitignore and dependency for font encodings
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd1953e14fb5..946c5e528656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Programmatic fork of the Tamsyn monospace font.'
arch=('any')
url="https://github.com/sunaku/${pkgname}"
license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
install="${pkgname}.install"
source=("https://github.com/sunaku/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('997e9dd2eaf647bddb72eced541ed9d65e2fc5d1883caaf811331fdd43fc82ec')