summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakuro onoue2017-10-25 10:08:00 +0900
committerTakuro onoue2017-10-25 10:08:00 +0900
commit7533de5acb32aea6053d14892f55a0591bf51405 (patch)
tree3303ce0786cf9993d5d61f39c4b89968f8ed9c7d
parente796f2394a68c55ade013501fd0160fd05085f76 (diff)
downloadaur-7533de5acb32aea6053d14892f55a0591bf51405.tar.gz
fix URL
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e7d59b29909..18d9c63ca845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Oct 25 01:07:44 UTC 2017
pkgbase = brother-mfc-j820dn
pkgdesc = LPR and CUPS driver for the Brother MFC-J820DN
pkgver = 3.0.0
- pkgrel = 1
- url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html
+ pkgrel = 2
+ url = http://support.brother.co.jp/j/b/downloadlist.aspx?c=jp&lang=ja&prod=mfcj820dn&os=128
install = brother-mfc-j820dn.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d681960e3d29..015e61a1f072 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ _model="j820dn"
pkgname="brother-mfc-$_model"
pkgver="3.0.0"
_revision=1
-pkgrel=1
+pkgrel=2
pkgdesc="LPR and CUPS driver for the Brother MFC-J820DN"
-url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"
+url="http://support.brother.co.jp/j/b/downloadlist.aspx?c=jp&lang=ja&prod=mfcj820dn&os=128"
arch=('i686' 'x86_64')
license=('unknown')
install="brother-mfc-${_model}.install"