summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasnad Kernetzky2021-04-18 13:39:27 +0200
committerTasnad Kernetzky2021-04-18 14:06:16 +0200
commit171c62a5011ff17153479864fa32f15bea0ce893 (patch)
treeedf26e6e45d1258cbe641e6ce73640c9ff532d00
parent083648eb40acb303a0d0735836d4cd587a03ba1e (diff)
downloadaur-171c62a5011ff17153479864fa32f15bea0ce893.tar.gz
Moved udev rules to /usr/lib from /etc.
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--99-brprint-dcpl2520dw.rules (renamed from 99-brprint.rules)0
-rw-r--r--PKGBUILD7
4 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0df69ea982d..915b24f8fb60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-dcpl2520dw
pkgdesc = Brother DCP-L2520DW lpr driver and CUPS wrapper.
pkgver = 3.2.0_1
- pkgrel = 3
+ pkgrel = 4
url = http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=dcpl2520dw_us_eu&os=127&dlid=dlf101757_000&flang=4&type3=558
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = brother-dcpl2520dw
optdepends = brscan4: scanner support.
source = http://download.brother.com/welcome/dlf101757/dcpl2520dwlpr-3.2.0-1.i386.rpm
source = http://download.brother.com/welcome/dlf101758/dcpl2520dwcupswrapper-3.2.0-1.i386.rpm
- source = 99-brprint.rules
+ source = 99-brprint-dcpl2520dw.rules
md5sums = de61fcda5985944d6dd1e5735cf7897b
md5sums = 4beb9def6c55f7c97d6e654c77eaf4a8
md5sums = d6535a47019acd179f8317beecf4fcd4
diff --git a/.gitignore b/.gitignore
index 5972287ed28a..33511d976f04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
*
!PKGBUILD
!.SRCINFO
-!99-brprint.rules
+!99-brprint-dcpl2520dw.rules
!.gitignore
diff --git a/99-brprint.rules b/99-brprint-dcpl2520dw.rules
index a1590891c901..a1590891c901 100644
--- a/99-brprint.rules
+++ b/99-brprint-dcpl2520dw.rules
diff --git a/PKGBUILD b/PKGBUILD
index dbdeff02df16..0fa25a780aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=brother-dcpl2520dw
pkgver=3.2.0_1
-pkgrel=3
+pkgrel=4
pkgdesc="Brother DCP-L2520DW lpr driver and CUPS wrapper."
arch=('i686' 'x86_64')
url="http://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=dcpl2520dw_us_eu&os=127&dlid=dlf101757_000&flang=4&type3=558"
@@ -12,7 +12,7 @@ optdepends=('brscan4: scanner support.')
source=(
"http://download.brother.com/welcome/dlf101757/dcpl2520dwlpr-${pkgver/_/-}.i386.rpm"
"http://download.brother.com/welcome/dlf101758/dcpl2520dwcupswrapper-${pkgver/_/-}.i386.rpm"
- '99-brprint.rules'
+ '99-brprint-dcpl2520dw.rules'
)
md5sums=(
'de61fcda5985944d6dd1e5735cf7897b'
@@ -41,6 +41,5 @@ package() {
cp -r ${srcdir}/var ${pkgdir}/
cp -r ${srcdir}/etc ${pkgdir}/
- install -m 644 -D 99-brprint.rules $pkgdir/etc/udev/rules.d/99-brprint.rules
+ install -m 644 -D 99-brprint-dcpl2520dw.rules $pkgdir/usr/lib/udev/rules.d/99-brprint-dcpl2520dw.rules
}
-