summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 746f2775a851..432a7dd5d8ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
+# Generated by mksrcinfo v8
+# Thu Feb 22 15:52:59 UTC 2018
pkgbase = brother-mfc-j625dw
pkgdesc = LPR and CUPS driver for the Brother MFC-J625DW
pkgver = 3.0
- pkgrel = 2
+ pkgrel = 3
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
install = brother-mfc-j625dw.install
arch = i686
arch = x86_64
license = unknown
depends = tcsh
- depends = deb2targz
depends = perl
depends = a2ps
source = http://www.brother.com/pub/bsc/linux/dlf/mfcj625dwlpr-3.0.1-1.i386.deb
diff --git a/PKGBUILD b/PKGBUILD
index 6d5f40c6fb63..d2c74b54b5a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_model="j625dw"
pkgname="brother-mfc-$_model"
pkgver="3.0"
-pkgrel=2
+pkgrel=3
pkgdesc="LPR and CUPS driver for the Brother MFC-J625DW"
arch=('i686' 'x86_64')
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
license=('unknown')
-depends=('tcsh' 'deb2targz' 'perl' 'a2ps')
+depends=('tcsh' 'perl' 'a2ps')
if test "$CARCH" == x86_64; then
depends+=(lib32-glibc)
fi