summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjx11r2022-10-12 17:56:12 -0500
committerjx11r2022-10-12 17:56:12 -0500
commitbbd1528d9223c1ae5497b0675421bdbe5144d7b9 (patch)
treea79315e72bfedde2cbf2b37df21c26fe48f4183f
parent3553518f522d5d0cc3dc2a765e6a0ea674c497e1 (diff)
downloadaur-bbd1528d9223c1ae5497b0675421bdbe5144d7b9.tar.gz
Fix pkg build
-rw-r--r--PKGBUILD1
-rw-r--r--brother-dcpt300.install2
2 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a07b23778538..589117805e07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc="Driver for the Brother DCP-T300 multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother')
depends=('a2ps' 'cups' 'lib32-glibc')
-makedepends=('')
install="brother-dcpt300.install"
arch=('i686' 'x86_64')
diff --git a/brother-dcpt300.install b/brother-dcpt300.install
index e5d01956cfb4..9c9bab6162b9 100644
--- a/brother-dcpt300.install
+++ b/brother-dcpt300.install
@@ -5,7 +5,7 @@ post_install() {
# cupswrapper
/opt/brother/Printers/dcpt300/cupswrapper/cupswrapperdcpt300
- systemctl restart org.cups.cupsd.service
+ systemctl restart cups.service
}
post_upgrade() {