summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baumgartner2019-02-03 00:14:05 +0100
committerFrank Baumgartner2019-02-03 00:14:05 +0100
commitce3311184fb29f4e8663f187033e8e73d1358e36 (patch)
tree0d38e2f5302b677ce884fcd2ac7fc472bb41f4c1
downloadaur-ce3311184fb29f4e8663f187033e8e73d1358e36.tar.gz
Updating the package
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..da23b65af0c4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-hll9200cdw-lpr-bin
+ pkgdesc = LPR driver for Brother HL-L9200CDW printer
+ pkgver = 1.1.2
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=hll9200cdw_us_as_cn
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = http://www.brother.com/pub/bsc/linux/packages/hll9200cdwlpr-1.1.2-1.i386.deb
+ md5sums = 30124df7d49362906a2a118eff3c710e
+
+pkgname = brother-hll9200cdw-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..13ac245ea170
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Frank Baumgartner <fb@b-nm.at>
+
+pkgname=brother-hll9200cdw-lpr-bin
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="LPR driver for Brother HL-L9200CDW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=hll9200cdw_us_as_cn"
+license=("EULA")
+groups=("base-devel")
+source=("http://www.brother.com/pub/bsc/linux/packages/hll9200cdwlpr-1.1.2-1.i386.deb")
+md5sums=("30124df7d49362906a2a118eff3c710e")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}