summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Frankenau2015-06-17 10:08:13 +0200
committerJohannes Frankenau2015-06-17 10:08:13 +0200
commite29e754082ec3a88ef1039de1e2a12e49a0d6592 (patch)
tree02c1d66d30c71a59ae633875ea5b269707b991ac
parent4c2e49c52048174e5201dd31971f6e8fdf31fd60 (diff)
downloadaur-e29e754082ec3a88ef1039de1e2a12e49a0d6592.tar.gz
Add gitignore and dependency for font encodings
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..87c25d60707e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg
+src
+*.pkg.tar
+*.pkg.tar.xz
+*.tar.gz
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')