summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhuwit Puthipairoj2023-12-02 10:41:02 +0700
committerPhuwit Puthipairoj2023-12-02 10:41:02 +0700
commitc23fd83bf6b5f2b25565f2222171435df0b62013 (patch)
treee8932d4e8bd374a50b46091bb2cc6f4eb9fb62bd
downloadaur-c23fd83bf6b5f2b25565f2222171435df0b62013.tar.gz
inital commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..382dc056c1d7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = brother-mfcj2330dw-cups-bin
+ pkgdesc = CUPS driver for Brother MFC-J2330DW printer
+ pkgver = 1.0.1
+ pkgrel = 0
+ url = https://support.brother.com/g/b/producttop.aspx?c=th&lang=en&prod=mfcj2330dw_eu_as_cn
+ arch = i686
+ arch = x86_64
+ license = EULA
+ source = https://download.brother.com/welcome/dlf103035/mfcj2330dwcupswrapper-1.0.1-0.i386.deb
+ sha256sums = 184b21636654959ced6ed385bd98892904a867f707ab4e43226df35903cd12b5
+
+pkgname = brother-mfcj2330dw-cups-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5327e19b02b3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: Phuwit Puthipairoj <26784267+phuwit@users.noreply.github.com>
+pkgname=brother-mfcj2330dw-cups-bin
+pkgver=1.0.1
+pkgrel=0
+pkgdesc="CUPS driver for Brother MFC-J2330DW printer"
+arch=("i686" "x86_64")
+url="https://support.brother.com/g/b/producttop.aspx?c=th&lang=en&prod=mfcj2330dw_eu_as_cn"
+license=("EULA")
+source=("https://download.brother.com/welcome/dlf103035/mfcj2330dwcupswrapper-$pkgver-$pkgrel.i386.deb")
+sha256sums=("184b21636654959ced6ed385bd98892904a867f707ab4e43226df35903cd12b5")
+package() {
+ tar -xf data.tar.gz -C "${pkgdir}"
+} \ No newline at end of file