summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb3niup2023-08-29 13:54:29 +0200
committerb3niup2023-08-29 13:54:29 +0200
commit3781821bff1a5b696f19ffcd66e59a50f44e2fd8 (patch)
tree36dceca8e7030c19e549fb76d6c9f5464ee83225
parenta9d5183ee41d438482b01b75e3aff05be5425a6b (diff)
downloadaur-3781821bff1a5b696f19ffcd66e59a50f44e2fd8.tar.gz
Add 'which' dependency.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0a54280f801..307d53c0203a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = brother-hll2310d
depends = perl
depends = bash
depends = ghostscript
+ depends = which
depends = lib32-glibc
source = https://download.brother.com/welcome/dlf103531/hll2310dpdrv-4.0.0-1.i386.rpm
source = wrapper.patch
@@ -16,4 +17,3 @@ pkgbase = brother-hll2310d
md5sums = 7e4c0e3834def252fc58f0dcdad7cbb2
pkgname = brother-hll2310d
-
diff --git a/PKGBUILD b/PKGBUILD
index 5f944d6f9aa3..c245f311c92b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="Brother HL-L2310D CUPS driver"
url="http://www.brother.com"
arch=('x86_64' 'i686')
-depends=('perl' 'bash' 'ghostscript')
+depends=('perl' 'bash' 'ghostscript' 'which')
license=('custom:Brother')
source=(
"https://download.brother.com/welcome/dlf103531/hll2310dpdrv-${pkgver}-${_pkgrel}.i386.rpm"