summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorForgottenUmbrella2019-03-17 20:11:27 +1100
committerForgottenUmbrella2019-03-17 20:11:27 +1100
commitb5cbc3e6f897afa24b18d4b4935bb47f93cd3225 (patch)
tree1c0fdac9b1073230d6a1b9f28b5ad03473abe064
parent8e36535976720d62b67b38f723fa18fa8cfc4f8d (diff)
downloadaur-b5cbc3e6f897afa24b18d4b4935bb47f93cd3225.tar.gz
Simplify optdepends
Remove notice that optdepends originate from AUR.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac6d557dabac..9b3c4d73dfb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,8 @@ pkgbase = brother-mfc-9335cdw
makedepends = tar
depends = cups
depends = lib32-libcups
- optdepends = brscan4: scanning support [AUR]
- optdepends = brscan-skey: scanner interface (touchscreen/buttons) support [AUR]
+ optdepends = brscan4: scanning support
+ optdepends = brscan-skey: scanner interface (touchscreen/buttons) support
source = http://download.brother.com/welcome/dlf102677/mfc9335cdwlpr-1.1.3-0.i386.deb
source = http://download.brother.com/welcome/dlf102678/mfc9335cdwcupswrapper-1.1.4-0.i386.deb
md5sums = f993eb5322df2c9519a86ac0afcbb197
diff --git a/PKGBUILD b/PKGBUILD
index 9e7779b4212e..9ea640df3f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url='http://support.brother.com/g/s/id/linux/en/index.html'
license=('custom:brother' 'GPL')
depends=('cups')
depends_x86_64=('lib32-libcups')
-optdepends=('brscan4: scanning support [AUR]'
- 'brscan-skey: scanner interface (touchscreen/buttons) support [AUR]')
makedepends=('perl' 'a2ps' 'tar')
+optdepends=('brscan4: scanning support'
+ 'brscan-skey: scanner interface (touchscreen/buttons) support')
install='brother-mfc-9335cdw.install'
changelog='changelog.md'
source=('http://download.brother.com/welcome/dlf102677/mfc9335cdwlpr-1.1.3-0.i386.deb'