diff options
author | Rosangela Canino-Koning | 2016-02-24 19:09:17 -0500 |
---|---|---|
committer | Rosangela Canino-Koning | 2016-02-24 19:09:17 -0500 |
commit | 5d72aa5b35854e963d70f9a1d86f0558e24c2870 (patch) | |
tree | 3aa31033d965cd7f403082996ce1a6e29fc60ef0 | |
parent | fd585808779ee51db5d0dc2d2585500f47e5ff4c (diff) | |
download | aur-5d72aa5b35854e963d70f9a1d86f0558e24c2870.tar.gz |
Fixed license per comment.
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ _revision=1 pkgdesc="LPR and CUPS driver for the Brother MFC-9340CDW" 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://www.brother.com/pub/bsc/linux/dlf/mfc${model}lpr-${pkgver}-${_revision}.i386.deb" |