summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--brother-dcp7070dw-cups.changelog11
3 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6469982823f..7dc9f278b8b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-dcp7070dw-cups
pkgdesc = Brother DCP-7070DW CUPS drivers.
pkgver = 2.0.4_2
- pkgrel = 3
+ pkgrel = 4
url = http://support.brother.com/g/b/downloadtop.aspx?c=eu_ot&lang=en&prod=dcp7070dw_eu
install = brother-dcp7070dw-cups.install
changelog = brother-dcp7070dw-cups.changelog
@@ -9,11 +9,9 @@ pkgbase = brother-dcp7070dw-cups
arch = x86_64
license = GPL2
license = custom:brother
- makedepends = rpmextract
depends = brother-dcp7070dw-lpr
depends = cups
optdepends = brscan4: scanner support.
- noextract = cupswrapperDCP7070DW-2.0.4-2.i386.rpm
source = http://www.brother.com/pub/bsc/linux/dlf/cupswrapperDCP7070DW-2.0.4-2.i386.rpm
md5sums = a67e6e62d8b768b958c0cebf97064c94
diff --git a/PKGBUILD b/PKGBUILD
index 20401bcb6d36..7e869224902b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,24 +2,18 @@
pkgname=brother-dcp7070dw-cups
pkgver=2.0.4_2
-pkgrel=3
+pkgrel=4
pkgdesc="Brother DCP-7070DW CUPS drivers."
arch=('i686' 'x86_64')
url="http://support.brother.com/g/b/downloadtop.aspx?c=eu_ot&lang=en&prod=dcp7070dw_eu"
license=('GPL2' 'custom:brother')
depends=('brother-dcp7070dw-lpr' 'cups')
-makedepends=('rpmextract')
optdepends=('brscan4: scanner support.')
install="${pkgname}.install"
changelog="${pkgname}.changelog"
source=( "http://www.brother.com/pub/bsc/linux/dlf/cupswrapperDCP7070DW-${pkgver/_/-}.i386.rpm")
-noextract=("cupswrapperDCP7070DW-${pkgver/_/-}.i386.rpm")
md5sums=('a67e6e62d8b768b958c0cebf97064c94')
-prepare() {
- rpmextract.sh cupswrapperDCP7070DW-${pkgver/_/-}.i386.rpm
-}
-
build() {
sed -i -e 's$/etc/init.d/cups$/etc/rc.d/cupsd$g' -e 's$/etc/init.d$/etc/rc.d$g' "usr/local/Brother/Printer/DCP7070DW/cupswrapper/cupswrapperDCP7070DW-${pkgver%_*}"
}
diff --git a/brother-dcp7070dw-cups.changelog b/brother-dcp7070dw-cups.changelog
index f6a638498785..24da9b68b5fd 100644
--- a/brother-dcp7070dw-cups.changelog
+++ b/brother-dcp7070dw-cups.changelog
@@ -1,14 +1,19 @@
+2016-12-02 Erik Westrup <erik.westrup@gmail.com>
+
+ *2.0.4_2-4
+ Removed manual RPM extract from PKGBUILD
+
2015-01-11 Erik Westrup <erik.westrup@gmail.com>
-
+
*2.0.4_2-3
Updated URL to point to the product.
2014-04-07 Erik Westrup <erik.westrup@gmail.com>
-
+
*2.0.4_2-2
Run setup program with superuser privileges.
2013-08-16 Erik Westrup <erik.westrup@gmail.com>
-
+
*2.0.4_2-1
First submission of the package.