summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBonnee2018-07-19 11:19:12 +0200
committerBonnee2018-07-19 11:19:12 +0200
commite43b021225c5b985ab8a8d731f597ddb6ef2b108 (patch)
tree5a803d54ec63b401c4941e9c943a7eaa97e761e7
parent3b96239e93c148876b061e186da548cbd83c49ee (diff)
downloadaur-e43b021225c5b985ab8a8d731f597ddb6ef2b108.tar.gz
Fix description in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e9fff24e1a..9fb389ec4da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = brother-hll2370dn
- pkgdesc = Brother ${_model} CUPS driver
+ pkgdesc = Brother HLL2370DN CUPS driver
pkgver = 4.0.0
pkgrel = 1
url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
diff --git a/PKGBUILD b/PKGBUILD
index 292c150c6802..e968d1820751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _model=HLL2370DN
pkgname=brother-${_model,,}
pkgver=4.0.0
pkgrel=1
-pkgdesc='Brother ${_model} CUPS driver'
+pkgdesc="Brother ${_model} CUPS driver"
arch=('i686' 'x86_64')
url='http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html'
license=('GPL')