summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9923fbf8551..d754e0810cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = brother-dcpj973n
pkgdesc = Driver for the Brother DCP-J973N wifi multifuncional printer
- pkgver = 1.0.2
+ pkgver = 1.0.5
pkgrel = 1
url = http://support.brother.com/g/s/id/linux/en/index.html
install = brother-dcpj973n.install
@@ -10,11 +10,11 @@ pkgbase = brother-dcpj973n
depends = cups
depends = lib32-glibc
depends = lib32-gcc-libs
- source = http://download.brother.com/welcome/dlf103596/dcpj973npdrv-1.0.2-0.i386.rpm
+ source = http://download.brother.com/welcome/dlf103596/dcpj973npdrv-1.0.5-0.i386.rpm
source = fix_lp.patch
source = LICENSE_ENG.txt
source = LICENSE_JPN.txt
- md5sums = d7287541fc4b3c354ab834c1ee6ba2cb
+ md5sums = 727817d77e195435d434d1080c2481b5
md5sums = 90c8c0edb5c5da4a147acf65b2af614e
md5sums = 1aa8c90610f85487d8073a415deaeac3
md5sums = 0a60d679656698a305b6ccf17237d6ba
diff --git a/PKGBUILD b/PKGBUILD
index 261457ea64e6..0791fea1e58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on brother-dcpj315w PKGBUILD
pkgname=brother-dcpj973n
-pkgver=1.0.2
+pkgver=1.0.5
pkgrel=1
pkgdesc="Driver for the Brother DCP-J973N wifi multifuncional printer"
arch=('x86_64')
@@ -17,7 +17,7 @@ source=(
"LICENSE_JPN.txt"
)
md5sums=(
- "d7287541fc4b3c354ab834c1ee6ba2cb"
+ "727817d77e195435d434d1080c2481b5"
"90c8c0edb5c5da4a147acf65b2af614e"
"1aa8c90610f85487d8073a415deaeac3"
"0a60d679656698a305b6ccf17237d6ba"
@@ -30,9 +30,9 @@ build() {
package()
{
- install -d $pkgdir/usr/bin
+ install -d $pkgdir/usr/bin
install -d $pkgdir/var/spool/lpd
- install -Dm755 "$srcdir"/usr/bin/brprintconf_dcpj973n "$pkgdir"/usr/bin/
+ install -Dm755 "$srcdir"/usr/bin/brprintconf_dcpj973n "$pkgdir"/usr/bin/
cp -R $srcdir/opt $pkgdir/opt
install -m644 -D $srcdir/LICENSE_ENG.txt $pkgdir/usr/share/licenses/${pkgname}/LICENSE_ENG.txt
install -m644 -D $srcdir/LICENSE_JPN.txt $pkgdir/usr/share/licenses/${pkgname}/LICENSE_JPN.txt