summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 246853a0964d..2be31ddfffbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,9 +17,9 @@ pkgbase = brscan-skey
sha256sums = 80d1d92f71381c160a93ddac1bfcde1e7922dc84332f1f7561c6d328af7e7219
sha256sums = 511e49ac6618f2c11e5ed3a4ce4c235bd5d46faa584974f318447b117759651a
sha256sums = 7529071ca3e1a5a1a8558a4d2fc5dd47a4f104f1eb3e9be093de8a2a7c3a216a
- source_i686 = http://www.brother.com/pub/bsc/linux/dlf/brscan-skey-0.2.4-1.i386.rpm
+ source_i686 = http://download.brother.com/welcome/dlf006649/brscan-skey-0.2.4-1.i386.rpm
sha256sums_i686 = 30e236f1256d88431eb6fd8f052165ed976b0616e89cdb18196bf894d06c401a
- source_x86_64 = http://www.brother.com/pub/bsc/linux/dlf/brscan-skey-0.2.4-1.x86_64.rpm
+ source_x86_64 = http://download.brother.com/welcome/dlf006650/brscan-skey-0.2.4-1.x86_64.rpm
sha256sums_x86_64 = 2e034b37e282e44a6f94315d932eb8f34693007e4abd10ca10fb4ec468c9bb3d
pkgname = brscan-skey
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b7776801f7aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.tar.gz
+*.tar.xz
+*.rpm
+*.sw[op]
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 4e980d92d921..96b15dce7e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ optdepends=('sane: for all default scanning scripts'
'cuneiform: for default "Scan to OCR" script')
install=brscan-skey.install
-source_i686=("http://www.brother.com/pub/bsc/linux/dlf/${pkgname}-${pkgver/_/-}.i386.rpm")
+source_i686=("http://download.brother.com/welcome/dlf006649/$pkgname-${pkgver/_/-}.i386.rpm")
sha256sums_i686=('30e236f1256d88431eb6fd8f052165ed976b0616e89cdb18196bf894d06c401a')
-source_x86_64=("http://www.brother.com/pub/bsc/linux/dlf/${pkgname}-${pkgver/_/-}.x86_64.rpm")
+source_x86_64=("http://download.brother.com/welcome/dlf006650/$pkgname-${pkgver/_/-}.x86_64.rpm")
sha256sums_x86_64=('2e034b37e282e44a6f94315d932eb8f34693007e4abd10ca10fb4ec468c9bb3d')
source=('brscan-skey.service' 'brscan-skey-user.service' 'LICENSE.html')