summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8bd14b01cd8..9b218ba733f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Sep 15 01:40:21 UTC 2016
+# Thu Apr 6 06:32:41 UTC 2017
pkgbase = brother-hl3180cdw
pkgdesc = LPR and CUPS driver for the Brother HL-3180CDW
pkgver = 1.1.4
- pkgrel = 3
+ pkgrel = 4
url = http://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hl3180cdw_us_as
install = brother-hl3180cdw.install
arch = i686
@@ -14,10 +14,10 @@ pkgbase = brother-hl3180cdw
source = lpr-license.txt
source = http://download.brother.com/welcome/dlf102680/hl3180cdwlpr-1.1.3-0.i386.rpm
source = http://download.brother.com/welcome/dlf102681/hl3180cdwcupswrapper-1.1.4-0.i386.rpm
- md5sums = 14bd3e7abdc7783b6c7ad2ced3707b8c
- md5sums = 80407224bc8f4b5656de6271144f9e19
- md5sums = 1b34a004a808e7149419e04e8a31d5c3
- md5sums = faf5cd7771c5ef0939d0e37fd16506d6
+ sha256sums = b7b516c28647290a25d4f448096fcb3f7c07c193f7781634fc19a17f8998c92b
+ sha256sums = 3f23d4289888ef7ab2df0364f166cdb5da1849623b0b0c78665e12b73bc363d2
+ sha256sums = 088a42165cb8f094d3264b2637e5aea6c6d4b56e96a3bc1b16f161052163d0fd
+ sha256sums = a8c108b9b8df43d0bb3daea114a515bd2216f06da544b39c38005b8a4e565cc5
depends_x86_64 = lib32-glibc
pkgname = brother-hl3180cdw
diff --git a/PKGBUILD b/PKGBUILD
index 3cc9586bbd38..1c63505c5290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Matt Kline <matt at bitbashing dot io>
pkgname='brother-hl3180cdw'
pkgver=1.1.4
-pkgrel=3
+pkgrel=4
+arch=('i686' 'x86_64')
pkgdesc="LPR and CUPS driver for the Brother HL-3180CDW"
-arch=('any')
url='http://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hl3180cdw_us_as'
license=('GPL version 2 for CUPS driver, custom:brother commercial license for LPR driver.')
depends=('cups')
-arch=('i686' 'x86_64')
depends_x86_64=('lib32-glibc')
install='brother-hl3180cdw.install'
source=(
@@ -16,10 +15,12 @@ source=(
'http://download.brother.com/welcome/dlf102680/hl3180cdwlpr-1.1.3-0.i386.rpm'
'http://download.brother.com/welcome/dlf102681/hl3180cdwcupswrapper-1.1.4-0.i386.rpm'
)
-md5sums=('14bd3e7abdc7783b6c7ad2ced3707b8c'
- '80407224bc8f4b5656de6271144f9e19'
- '1b34a004a808e7149419e04e8a31d5c3'
- 'faf5cd7771c5ef0939d0e37fd16506d6')
+sha256sums=(
+ 'b7b516c28647290a25d4f448096fcb3f7c07c193f7781634fc19a17f8998c92b'
+ '3f23d4289888ef7ab2df0364f166cdb5da1849623b0b0c78665e12b73bc363d2'
+ '088a42165cb8f094d3264b2637e5aea6c6d4b56e96a3bc1b16f161052163d0fd'
+ 'a8c108b9b8df43d0bb3daea114a515bd2216f06da544b39c38005b8a4e565cc5'
+)
prepare() {
cd "$srcdir/opt/" || return 1