summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hahler2018-02-14 22:13:42 +0100
committerDaniel Hahler2018-02-14 22:14:27 +0100
commitd0f83d4d60c2daa4f3590ad273a5178f9ad332cc (patch)
tree9417776bc924946edd2352b46a30cacccaffb9b4
parentbc5c9be0bd3682b71cf0f5dc0ae9cf20564b9ff8 (diff)
downloadaur-d0f83d4d60c2daa4f3590ad273a5178f9ad332cc.tar.gz
Move perl to makedepends
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 275da0c7b48d..331e6a5e629f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,10 @@ url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
arch=('i686' 'x86_64')
license=(custom:"brother commercial license")
install="brother-mfc-${model}.install"
-if [ "$CARCH" == 'i686' ]; then
- depends=('perl')
-elif [ "$CARCH" == 'x86_64' ]; then
- depends=('perl' 'lib32-libcups')
+if [ "$CARCH" == 'x86_64' ]; then
+ depends=('lib32-libcups')
fi
+makedepends=('perl')
source=("http://download.brother.com/welcome/dlf101616/mfc${model}lpr-${pkgver}-${_revision}.i386.deb"
"http://download.brother.com/welcome/dlf101617/mfc${model}cupswrapper-1.1.4-0.i386.deb")
sha256sums=('1ca1143c074c33ecfe0cdc26eb5c5e6cd9b0bbe94c116fc9c03d54de7a3029df'