summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1246e0d360f..72a8ba03f874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
-# Generated by mksrcinfo v8
-# Sun Dec 27 22:40:56 UTC 2015
pkgbase = brother-mfc-j4410dw
pkgdesc = LPR and CUPS driver for the Brother MFC-J4410DW
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://solutions.brother.com/linux/en_us/
install = brother-mfc-j4410dw.install
arch = i686
arch = x86_64
license = custom:brother commercial license
depends = cups
+ depends = lib32-gcc-libs
source = http://www.brother.com/pub/bsc/linux/dlf/mfcj4410dwlpr-3.0.1-1.i386.rpm
source = http://www.brother.com/pub/bsc/linux/dlf/mfcj4410dwcupswrapper-3.0.1-1.i386.rpm
source = cupswrapper-license.txt
diff --git a/PKGBUILD b/PKGBUILD
index b2d46c841078..c324a419b4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,20 @@
-# Maintainer: bugabinga <okrylow@gmail.com>
+# Contributor: bugabinga <okrylow@gmail.com>
+
+# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
+# you also find the URL of a binary repository.
pkgname="brother-mfc-j4410dw"
pkgver="3.0.1"
-pkgrel=1
-pkgdesc="LPR and CUPS driver for the Brother MFC-J4410DW"
+pkgrel=2
+pkgdesc='LPR and CUPS driver for the Brother MFC-J4410DW'
arch=('i686' 'x86_64')
url="http://solutions.brother.com/linux/en_us/"
license=('custom:brother commercial license')
depends=('cups')
+[[ $CARCH == x86_64 ]] && depends+=('lib32-gcc-libs')
install="$pkgname.install"
-source=("http://www.brother.com/pub/bsc/linux/dlf/mfcj4410dwlpr-$pkgver-$pkgrel.i386.rpm"
- "http://www.brother.com/pub/bsc/linux/dlf/mfcj4410dwcupswrapper-$pkgver-$pkgrel.i386.rpm"
+source=("http://www.brother.com/pub/bsc/linux/dlf/mfcj4410dwlpr-$pkgver-1.i386.rpm"
+ "http://www.brother.com/pub/bsc/linux/dlf/mfcj4410dwcupswrapper-$pkgver-1.i386.rpm"
'cupswrapper-license.txt'
'lpr-license.txt')
md5sums=('ff42d0cf694f25e97dfe7a296a557d42'