summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase2023-01-09 10:03:11 +0100
committerSven-Hendrik Haase2023-01-09 10:03:23 +0100
commitbfce3ccba2cef7be20d3ae5eca8c8f9147741930 (patch)
treedff3fd66ded92fb890c27f2086add1e4485a656b
parent522bc62f84bdce094153f281e9c9b568cfa20a04 (diff)
downloadaur-bfce3ccba2cef7be20d3ae5eca8c8f9147741930.tar.gz
Add dep on which
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 521e4fd343b8..051de666d3e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = brother-dcp-l8450cdw
pkgdesc = LPR and CUPS driver for the Brother DCP-L8450CDW
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://solutions.brother.com/linux
- arch = i686
arch = x86_64
license = GPL2
license = custom:Brother EULA
depends = cups
+ depends = which
+ depends = lib32-glibc
source = https://download.brother.com/welcome/dlf101082/dcpl8450cdwlpr-1.1.2-1.i386.rpm
source = https://download.brother.com/welcome/dlf101083/dcpl8450cdwcupswrapper-1.1.3-1.i386.rpm
source = wrapper.patch
sha512sums = 3669f81f0624da3ca0bde93c79dd6350b27fd311052babc5db5e8c6968299da5cbc38f4833ef284e39e66aa895e0213ef99990c3d7cde9d04e5cb5f5513c19a3
sha512sums = 9648a92e69ecf2086cf766ff67717f7e030d1613517f23304490bd4560431ecdeceeb11af99be47c306990559464b3bc99cfd4da2b61d5fcfeb0a752d3552455
sha512sums = 56f0a77158294641cba9540fc01ea40569eaec13b19986ab12babd99860ad20beeabefd8b8e405112427a1c6cc664a2d8c34fe2212143d31a48a8b2edc10aec9
- depends_x86_64 = lib32-glibc
pkgname = brother-dcp-l8450cdw
-
diff --git a/PKGBUILD b/PKGBUILD
index 9685259da12e..6383f9d01bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=brother-dcp-l8450cdw
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="LPR and CUPS driver for the Brother DCP-L8450CDW"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://solutions.brother.com/linux"
license=('GPL2' 'custom:Brother EULA')
-depends=('cups')
-depends_x86_64=('lib32-glibc')
+depends=('cups' 'which' 'lib32-glibc')
source=("https://download.brother.com/welcome/dlf101082/dcpl8450cdwlpr-1.1.2-1.i386.rpm"
"https://download.brother.com/welcome/dlf101083/dcpl8450cdwcupswrapper-1.1.3-1.i386.rpm"
wrapper.patch)