summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schreiner2017-06-24 21:25:10 +0200
committerAndreas Schreiner2017-06-24 21:25:10 +0200
commit56c24a7c0d21b5c0918111e8749a91bf16ad0059 (patch)
treeb16d314053d073f4fa04394fe920bf75da8854bd
parent7a2b41f5b19bb1d182cba3d8557ad40f6a204ff0 (diff)
downloadaur-56c24a7c0d21b5c0918111e8749a91bf16ad0059.tar.gz
Fixed the missing license array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd44c46b77dc..62a189181eca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Jun 24 19:24:36 UTC 2017
pkgbase = brother-mfc-9140cdn
pkgdesc = LPR and CUPS driver for the Brother MFC-9140CDN
pkgver = 1.1.2
- pkgrel = 2
+ pkgrel = 3
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
install = brother-mfc-9140cdn.install
arch = i686
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')