summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeniamino Green2020-08-06 15:15:02 -0700
committerBeniamino Green2020-08-06 15:15:02 -0700
commit915839fe454f58e4145391f4255692997d779949 (patch)
tree5cabce6f105d215f0a07ee9b8a705dccbb28d2d3
downloadaur-915839fe454f58e4145391f4255692997d779949.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..a7b573a4e565
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = brother-mfc8860dn-cups-bin
+ pkgdesc = CUPS wrapper for Brother MFC-8860DN printer
+ pkgver = 0.0.1
+ pkgrel = 1
+ url = https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=mfc8860dn_all
+ arch = i686
+ arch = x86_64
+ groups = base-devel
+ license = EULA
+ source = https://download.brother.com/welcome/dlf006399/cupswrapperMFC8860DN-2.0.1-2.i386.deb
+ md5sums = e9885d2904fa77084b7a16c4f4ca2cd7
+
+pkgname = brother-mfc8860dn-cups-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..17e467c6334e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Ben Green <ben@greendalba.com>
+
+pkgname=brother-mfc8860dn-cups-bin
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="CUPS wrapper for Brother MFC-8860DN printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=mfc8860dn_all"
+license=("EULA")
+groups=("base-devel")
+source=("https://download.brother.com/welcome/dlf006399/cupswrapperMFC8860DN-2.0.1-2.i386.deb")
+md5sums=("e9885d2904fa77084b7a16c4f4ca2cd7")
+
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+}