summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBRUHmobile2020-11-05 19:16:49 -0500
committerBRUHmobile2020-11-05 19:16:49 -0500
commit89ce62e452221fd9b08d785986f7010e122257e6 (patch)
treedd49ec50a193d4a0c6b5edba451291c26ed04273
downloadaur-brother-hl2240-lpr-bin.tar.gz
Updating the package
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..96432e11cb4f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-hl2240-lpr-bin
+ pkgdesc = LPR driver for Brother HL-2240 printer
+ pkgver = 2.1.0
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hl2240_us_eu
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf005877/hl2240lpr-2.1.0-1.i386.deb
+ md5sums = fa8683bd50bdefc4a0e7e388a0a9ff68
+
+pkgname = brother-hl2240-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..62e5aa38ce40
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Johnny Lucas <johntomlucas@outlook.com>
+
+pkgname=brother-hl2240-lpr-bin
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="LPR driver for Brother HL-2240 printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hl2240_us_eu"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf005877/hl2240lpr-2.1.0-1.i386.deb")
+md5sums=('fa8683bd50bdefc4a0e7e388a0a9ff68')
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}