summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Schreiner2017-06-24 21:25:10 +0200
committerAndreas Schreiner2017-06-24 21:25:10 +0200
commit56c24a7c0d21b5c0918111e8749a91bf16ad0059 (patch)
treeb16d314053d073f4fa04394fe920bf75da8854bd /PKGBUILD
parent7a2b41f5b19bb1d182cba3d8557ad40f6a204ff0 (diff)
downloadaur-56c24a7c0d21b5c0918111e8749a91bf16ad0059.tar.gz
Fixed the missing license array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2da2b4cfe54..91000fb2a825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
model="9140cdn"
pkgname="brother-mfc-$model"
pkgver="1.1.2"
-pkgrel=2
+pkgrel=3
_revision=1
pkgdesc="LPR and CUPS driver for the Brother MFC-9140CDN"
url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
arch=('i686' 'x86_64')
-license='unknown'
+license=('unknown')
install="brother-mfc-${model}.install"
if [ "$CARCH" == 'i686' ]; then
depends=('deb2targz' 'perl')