summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Rejdak2016-11-21 20:43:57 +0100
committerMarius Rejdak2016-11-21 20:43:57 +0100
commita4e4d72d68ec9379e922d68f36107de48bcd227a (patch)
tree7fc6f64c4e8632d19f0a6349751bd9694dbceda2
parent502c4cd132a65a1e2a8f2bcb8e54b5feea727921 (diff)
downloadaur-a4e4d72d68ec9379e922d68f36107de48bcd227a.tar.gz
Remove rpmextract, add lib32-glibc for x86_64, fix versioning
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d637c1cc52ef..42e30a53fe2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Marius Rejdak <mariuswol at gmail dot com>
# Based on the DCP-J725DW PKGBUILD -> Mariusz Michalak <stricte at gumed dot edu dot pl>
pkgname=brother-dcpj552dw
-pkgver=3.0.0
-pkgrel=1
+pkgver=3.0.0_1
+pkgrel=2
pkgdesc="Driver for the Brother DCP-J552DW wifi multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother')
depends=('a2ps' 'cups')
-makedepends=('rpmextract')
+depends_x86_64=('lib32-glibc')
install='brother-dcpj552dw.install'
arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@ md5sums=('2c87e391ff25d30f4391d44043ab4e13'
source=(
"fix_lp.patch" \
- "http://download.brother.com/welcome/dlf007009/dcpj552dwlpr-$pkgver-1.i386.rpm" \
- "http://download.brother.com/welcome/dlf007011/dcpj552dwcupswrapper-$pkgver-1.i386.rpm"
+ "http://download.brother.com/welcome/dlf007009/dcpj552dwlpr-${pkgver/_/-}.i386.rpm" \
+ "http://download.brother.com/welcome/dlf007011/dcpj552dwcupswrapper-${pkgver/_/-}.i386.rpm"
)
build() {