summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek2017-04-19 14:58:24 +0200
committerBartek2017-04-19 14:58:24 +0200
commitdc5a449ade041cec84239f057e50d54c140d04aa (patch)
tree20de0657256fcfcc81111938a5e6bf62f65ece54
parent32ec20e27962f7cba0c265516f431c1d4377d069 (diff)
downloadaur-dc5a449ade041cec84239f057e50d54c140d04aa.tar.gz
Add missing depends and remove not needed
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74aa494c49e5..8b31d1bd46cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = brother-dcpj925dw
pkgdesc = Driver for the Brother DCP-J925DW wifi multifuncional printer
pkgver = 3.0
- pkgrel = 2
+ pkgrel = 3
url = http://solutions.brother.com/linux/en_us/index.html
install = brother-dcpj925dw.install
arch = i686
arch = x86_64
license = custom:brother
- makedepends = rpmextract
+ license = GPL2
depends = a2ps
depends = cups
+ depends = lib32-glibc
optdepends = brscan4: scanning support
optdepends = brscan-skey: scankey support
source = fix_lp.patch
diff --git a/PKGBUILD b/PKGBUILD
index 170b571716fe..1d4ad1365229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
# Based on brother-dcpj315w PKGBUILD
pkgname=brother-dcpj925dw
pkgver=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Driver for the Brother DCP-J925DW wifi multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
-license=('custom:brother')
-depends=('a2ps' 'cups')
-makedepends=('rpmextract')
+license=('custom:brother' 'GPL2')
+depends=('a2ps' 'cups' 'lib32-glibc')
install="brother-dcpj925dw.install"
arch=('i686' 'x86_64')