summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Koesters2016-05-12 15:36:34 -0500
committerZachary Koesters2016-05-12 15:36:34 -0500
commit88274091347126bdfbc21f1f148b08860023fe16 (patch)
tree9617a154c69413f9de75c79a0c40eba762a05b79
parentec1afdfe46acfe7b56d4c917aa33f22de7b9da0c (diff)
downloadaur-88274091347126bdfbc21f1f148b08860023fe16.tar.gz
Updated PKGBUILD so license is in an array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3f9f9d93f36..737d4d74826b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 20:05:27 UTC 2015
+# Thu May 12 20:35:33 UTC 2016
pkgbase = brother-mfc-l8850cdw
pkgdesc = LPR and CUPS driver for the Brother MFC-L8850CDW
pkgver = 1.1.2
diff --git a/PKGBUILD b/PKGBUILD
index 8e1cd5047897..d5b39e9e380e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
model="l8850cdw"
-pkgname="brother-mfc-$model"
+pkgname="brother-mfc-${model}"
pkgver="1.1.2"
pkgrel=1
_revision=1
pkgdesc="LPR and CUPS driver for the Brother MFC-L8850CDW"
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"
depends=('tcsh' 'deb2targz' 'perl' 'a2ps' 'lib32-libcups')
source=("http://download.brother.com/welcome/dlf101092/mfc${model}lpr-${pkgver}-${_revision}.i386.deb"