summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkyler Ross2020-11-15 16:55:06 -0800
committerSkyler Ross2020-11-15 16:55:06 -0800
commit276e2b6822036500ff26e74bd9efcd0b1ed5ac60 (patch)
treead92cac0a33edeb6f22b5603b0be00b27248d782
downloadaur-276e2b6822036500ff26e74bd9efcd0b1ed5ac60.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..fd2058b913fc
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-mfcl2740dw-lpr-bin
+ pkgdesc = LPR driver for Brother MFC-L2740DW printer
+ pkgver = 3.1.0
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl2740dw_us_eu_as
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf101123/brgenml1lpr-3.1.0-1.i386.deb
+ md5sums = dea333f953fcce13c1239bf991524885
+
+pkgname = brother-mfcl2740dw-lpr-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..34e0091073c6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Skyler Ross <orangesnowfox@gmail.com>
+
+pkgname=brother-mfcl2740dw-lpr-bin
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="LPR driver for Brother MFC-L2740DW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=mfcl2740dw_us_eu_as"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf101123/brgenml1lpr-3.1.0-1.i386.deb")
+md5sums=("dea333f953fcce13c1239bf991524885")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}