summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91fb16332c83..0bae6c6cae48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Mar 20 19:24:46 UTC 2016
pkgbase = brother-mfc-9330cdw
pkgdesc = LPR and CUPS driver for the Brother MFC-9330CDW
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
install = brother-mfc-9330cdw.install
arch = i686
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5610db3aa231
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg/
+src/
+*.swp
+*.tar.xz
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index 9ff0878f3dc9..de30427aea2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
model="9330cdw"
pkgname="brother-mfc-$model"
pkgver="1.1.2"
-pkgrel=1
+pkgrel=2
_revision=1
pkgdesc="LPR and CUPS driver for the Brother MFC-9330CDW"
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')
source=("http://www.brother.com/pub/bsc/linux/dlf/mfc${model}lpr-${pkgver}-${_revision}.i386.deb"