summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Eckhert2020-10-06 10:06:11 -0700
committerMarc Eckhert2020-10-06 10:06:11 -0700
commit9f297be644ebad49443cc39a64a0cb2294a388e2 (patch)
tree8d80c2c4f009ee3688098aecb50dcb7089e2b964
downloadaur-brother-9320cw-lpr-bin.tar.gz
Updating the package
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..500696086158
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-9320cw-lpr-bin
+ pkgdesc = LPR driver for Brother HL-L9200CDW(T) printer
+ pkgver = 1.1.2
+ pkgrel = 1
+ url = https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=mfc9320cw_all
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf006461/mfc9320cwlpr-1.1.2-1.i386.deb
+ md5sums = 3aea4d38ff502dfaffae04e0d172a939
+
+pkgname = brother-9320cw-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..85c92b45dab5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Marc Eckhert <meckhert@gmail.com.com>
+pkgname=brother-9320cw-lpr-bin
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="LPR driver for Brother HL-L9200CDW(T) printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=mfc9320cw_all"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf006461/mfc9320cwlpr-1.1.2-1.i386.deb")
+md5sums=("3aea4d38ff502dfaffae04e0d172a939")
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}