summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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'
)