diff --git a/srcpkgs/brother-brscan3/files/60-brother-brscan3.rules b/srcpkgs/brother-brscan3/files/60-brother-brscan3.rules
deleted file mode 100644
index 08873369d8..0000000000
--- a/srcpkgs/brother-brscan3/files/60-brother-brscan3.rules
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file use the libsane_matched routine in 53-sane.rules
-
-# For Brother Brscan3 
-ATTR{idVendor}=="04f9", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
-
diff --git a/srcpkgs/brother-brscan3/template b/srcpkgs/brother-brscan3/template
index c17eb0ec0d..31550733e0 100644
--- a/srcpkgs/brother-brscan3/template
+++ b/srcpkgs/brother-brscan3/template
@@ -1,13 +1,13 @@
 # Template file for 'brother-brscan3'
 pkgname=brother-brscan3
 version=0.2.11
-revision=1
+revision=2
 maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
 homepage="http://support.brother.com/g/b/index.aspx"
 license="GPL-2"
 short_desc=" Scanner driver for the brother DCP-197C printer/scanner"
 only_for_archs="i686 x86_64"
-makedepends="brother-dcp197c-lpr brother-dcp197c-cupswrapper cups sane"
+makedepends="sane-devel"
 depends="${makedepends}"
 create_wksrc=yes
 
@@ -40,5 +40,4 @@ do_install(){
 	ln -sf /usr/lib/libbrscandec3.so.1.0.0  ${DESTDIR}/usr/lib/libbrscandec3.so
 	vmkdir /opt/Brother
 	vcopy "./usr/local/Brother/*" /opt/Brother/
-	vinstall ${FILESDIR}/60-brother-brscan3.rules 644 usr/lib/udev/rules.d
 }