summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ell2020-03-09 22:05:34 -0700
committerDavid Ell2020-03-09 22:05:34 -0700
commit8d3b4465caf2e5ae4c3f8dd93390b65986d14225 (patch)
tree60ba32c020370b61a73d6afaa00ce3b877f339a6
parente46f2b5729c16914f49c3e2817a34e013f53619e (diff)
downloadaur-8d3b4465caf2e5ae4c3f8dd93390b65986d14225.tar.gz
updated to 1.1.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD19
2 files changed, 17 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70af5f14e23a..70f5a6050bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = brother-hl8350cdw
- pkgdesc = LPR and CUPS driver for the Brother HL8350CDW
- pkgver = 1.1.2
+ pkgdesc = LPR and CUPS driver for the Brother HL-L8350CDW
+ pkgver = 1.1.3
pkgrel = 1
url = http://solutions.brother.com/linux/en_us/
install = brother-hl8350cdw.install
@@ -8,12 +8,13 @@ pkgbase = brother-hl8350cdw
arch = x86_64
license = custom:brother commercial license
depends = cups
+ depends = lib32-glibc
source = http://download.brother.com/welcome/dlf101040/hll8350cdwlpr-1.1.2-1.i386.rpm
- source = http://download.brother.com/welcome/dlf101038/hll8350cdwcupswrapper-1.1.2-1.i386.rpm
+ source = http://download.brother.com/welcome/dlf101038/hll8350cdwcupswrapper-1.1.3-1.i386.rpm
source = cupswrapper-license.txt
source = lpr-license.txt
md5sums = 43142f40fc37b0b33c5fd0fdaa64cda5
- md5sums = 3509ba14233f134b40a38c911c1d9861
+ md5sums = e1a130bd4d9156a1dd6241f712b81a69
md5sums = 97ad0cffd216059e9d1d3121899d8646
md5sums = 5e87a3dc0f3e3438c088eda0f3565f0d
diff --git a/PKGBUILD b/PKGBUILD
index 968ffd4971d4..6555b892b6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,29 @@
-# Maintainer: giulio <destrezza@insiberia.net>
-# Adapted from brother-hl5470dw by Pascal Potvin
+# Maintainer: bytesize <david at bytesizebits dot net>
+# Contributor: giulio <destrezza@insiberia.net>
+# Contributor: Adapted from brother-hl5470dw by Pascal Potvin
+
pkgname="brother-hl8350cdw"
-pkgver="1.1.2"
+pkgver="1.1.3"
pkgrel=1
-pkgdesc="LPR and CUPS driver for the Brother HL8350CDW"
+pkgdesc="LPR and CUPS driver for the Brother HL-L8350CDW"
arch=('i686' 'x86_64')
url="http://solutions.brother.com/linux/en_us/"
license=('custom:brother commercial license')
depends=('cups')
install='brother-hl8350cdw.install'
+
source=(
- "http://download.brother.com/welcome/dlf101040/hll8350cdwlpr-$pkgver-$pkgrel.i386.rpm"
- "http://download.brother.com/welcome/dlf101038/hll8350cdwcupswrapper-$pkgver-$pkgrel.i386.rpm"
+ "http://download.brother.com/welcome/dlf101040/hll8350cdwlpr-1.1.2-1.i386.rpm"
+ "http://download.brother.com/welcome/dlf101038/hll8350cdwcupswrapper-1.1.3-1.i386.rpm"
'cupswrapper-license.txt'
'lpr-license.txt'
)
+
md5sums=('43142f40fc37b0b33c5fd0fdaa64cda5'
- '3509ba14233f134b40a38c911c1d9861'
+ 'e1a130bd4d9156a1dd6241f712b81a69'
'97ad0cffd216059e9d1d3121899d8646'
'5e87a3dc0f3e3438c088eda0f3565f0d')
+
if test "$CARCH" == x86_64; then
depends+=('lib32-glibc')
fi