summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornomisge2022-11-01 10:48:31 +0100
committernomisge2022-11-01 10:48:31 +0100
commit891aa3ecf1095798deab2e649cf41ae063b6d08d (patch)
tree722146f1935488a6fd7a62d6d36146e4535ec13a
parent4c59fe2a56d10ffeb541851df3e0dbb9018f33a2 (diff)
downloadaur-brother-dcp110c.tar.gz
corrected small typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d99d828e459b..2c4f99bcf235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = brother-dcp110c
pkgdesc = LPR and CUPS driver for the Brother DCP110C
pkgver = 1.0.2
- pkgrel = 3
+ pkgrel = 4
url = http://solutions.brother.com/linux/en_us/
install = brother-dcp110c.install
arch = i686
arch = x86_64
- arch = armv7l
+ arch = armv7h
license = custom:brother commercial license
makedepends = tcsh
depends = cups
diff --git a/PKGBUILD b/PKGBUILD
index 312fcbdcadc0..31d7917a5b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=brother-dcp110c
pkgver=1.0.2
pkgrelbr=1
-pkgrel=3
+pkgrel=4
pkgdesc="LPR and CUPS driver for the Brother DCP110C"
-arch=('i686' 'x86_64' 'armv7l')
+arch=('i686' 'x86_64' 'armv7h')
url="http://solutions.brother.com/linux/en_us/"
license=('custom:brother commercial license')
depends=('cups')