summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsdw1133222020-10-26 22:24:53 +0800
committersdw1133222020-10-26 22:24:53 +0800
commit8ea3ab10dfdf37e7c3fa17afa01eb135714b1c05 (patch)
tree8a1fa4559a99d250d1a53619f9ff4c1017b65195
parent5a1f8b61161ca924410ab4ff81260b055380baa8 (diff)
downloadaur-8ea3ab10dfdf37e7c3fa17afa01eb135714b1c05.tar.gz
add ghostscript as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b738b3b7f4c..0e346ec67e29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('custom:brother commercial license')
arch=('i686' 'x86_64')
-depends=('cups' 'perl' 'bash')
+depends=('cups' 'perl' 'bash' 'ghostscript')
if test "$CARCH" == x86_64; then
depends+=('lib32-glibc')
fi