summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dietrich2016-12-06 15:45:35 +0100
committerDaniel Dietrich2016-12-06 15:45:35 +0100
commit080034c8fb61d9475c1dcbb627be31095cc45ef2 (patch)
tree5ce1c3e358d0b7465c822f966ff1fa8426935cd2
parentab65c27a03cc83d784c4a250a640aca912a3b7e6 (diff)
downloadaur-080034c8fb61d9475c1dcbb627be31095cc45ef2.tar.gz
remove rpmextract from makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761c5734e8d2..c484c3dbc1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Mar 22 19:59:43 UTC 2016
pkgbase = brother-dcpj562dw
pkgdesc = Driver for the Brother DCP-J562DW wifi multifunctional printer
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://solutions.brother.com/linux/en_us/index.html
install = brother-dcpj562dw.install
arch = i686
arch = x86_64
license = custom:brother
- makedepends = rpmextract
depends = a2ps
depends = cups
source = fix_lp.patch
diff --git a/PKGBUILD b/PKGBUILD
index a54d86dc15c3..26cc0f6f6a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
# Based on the DCP-J552DW PKGBUILD -> Marius Rejdak <mariuswol at gmail dot com>
pkgname=brother-dcpj562dw
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Driver for the Brother DCP-J562DW wifi multifunctional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother')
depends=('a2ps' 'cups')
-makedepends=('rpmextract')
install='brother-dcpj562dw.install'
arch=('i686' 'x86_64')