summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Sieverdingbeck2019-02-14 21:52:49 +0100
committerIngo Sieverdingbeck2019-02-14 21:52:49 +0100
commitfd184101d38fed627ec54529d5b2e14637c535d4 (patch)
tree47c1c5f532f23c4005d5ff07428addf90ff974f4
parentaab2b6efef670cccde947307b4a4eb606bf32348 (diff)
downloadaur-fd184101d38fed627ec54529d5b2e14637c535d4.tar.gz
updated upstream url
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b3a698df08a..796117803883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = brother-dcp7065dn
pkgdesc = LPR and CUPS driver for the Brother DCP7065DN
pkgver = 3.1.0
- pkgrel = 1
- url = http://support.brother.com/g/b/downloadlist.aspx?c=de&lang=de&prod=dcp7065dn_all&os=128&flang=English
+ pkgrel = 2
+ url = https://support.brother.com/g/b/downloadlist.aspx?c=de&lang=de&prod=dcp7065dn_all&os=128&flang=English
install = brother-dcp7065dn.install
arch = i686
arch = x86_64
license = custom:brother commercial license
depends = cups
- source = http://download.brother.com/welcome/dlf101125/brgenml1cupswrapper-3.1.0-1.i386.deb
- source = http://download.brother.com/welcome/dlf101123/brgenml1lpr-3.1.0-1.i386.deb
+ depends = lib32-glibc
+ source = https://download.brother.com/welcome/dlf101125/brgenml1cupswrapper-3.1.0-2.i386.deb
+ source = https://download.brother.com/welcome/dlf101123/brgenml1lpr-3.1.0-2.i386.deb
source = cupswrapper-license.txt
source = lpr-license.txt
md5sums = 9d31b628b552959419f2f6c05e16b84a
diff --git a/PKGBUILD b/PKGBUILD
index c4e30f1c5e3e..74aead9266ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Ingo Sieverdingbeck <aur@sieverdingbeck.com>
pkgname="brother-dcp7065dn"
pkgver="3.1.0"
-pkgrel=1
+pkgrel=2
pkgdesc="LPR and CUPS driver for the Brother DCP7065DN"
arch=('i686' 'x86_64')
-url="http://support.brother.com/g/b/downloadlist.aspx?c=de&lang=de&prod=dcp7065dn_all&os=128&flang=English"
+url="https://support.brother.com/g/b/downloadlist.aspx?c=de&lang=de&prod=dcp7065dn_all&os=128&flang=English"
license=('custom:brother commercial license')
depends=('cups')
install="$pkgname.install"
source=(
- "http://download.brother.com/welcome/dlf101125/brgenml1cupswrapper-$pkgver-$pkgrel.i386.deb"
- "http://download.brother.com/welcome/dlf101123/brgenml1lpr-$pkgver-$pkgrel.i386.deb"
+ "https://download.brother.com/welcome/dlf101125/brgenml1cupswrapper-$pkgver-$pkgrel.i386.deb"
+ "https://download.brother.com/welcome/dlf101123/brgenml1lpr-$pkgver-$pkgrel.i386.deb"
'cupswrapper-license.txt'
'lpr-license.txt'
)