summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b3a5287e904..3beb316160db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = brother-hll2350dw
pkgdesc = Brother HL-L2350DW CUPS driver
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.brother.com
arch = i686
arch = x86_64
license = custom
depends = cups
+ depends = ghostscript
source = http://download.brother.com/welcome/dlf103565/hll2350dwpdrv-4.0.0-1.i386.rpm
sha512sums = 6f09adf26da9db35a45a540ae08fdf74cf00ca9edd98075a5a043003b84ae2c9c28e989c0e422bf7a6f2d6474600043150d6f23e5b3cdbf2687e525b0af67b42
depends_x86_64 = lib32-glibc
diff --git a/PKGBUILD b/PKGBUILD
index 4328c9670a83..9c8205bb1aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=brother-hll2350dw
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Brother HL-L2350DW CUPS driver"
arch=('i686' 'x86_64')
url="http://www.brother.com"
license=('custom')
arch=('i686' 'x86_64')
-depends=('cups')
+depends=('cups' 'ghostscript')
depends_x86_64=('lib32-glibc')
source=("http://download.brother.com/welcome/dlf103565/hll2350dwpdrv-4.0.0-1.i386.rpm")