summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Sieverdingbeck2019-02-14 22:14:06 +0100
committerIngo Sieverdingbeck2019-02-14 22:14:06 +0100
commitbdfc0fea0090628104125debbbb71a1e9a425390 (patch)
tree79eeae94d01d3f292a4cec503aeb97d1b3b388a5
parentfd184101d38fed627ec54529d5b2e14637c535d4 (diff)
downloadaur-bdfc0fea0090628104125debbbb71a1e9a425390.tar.gz
updated upstream url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796117803883..ed4b5a149575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-dcp7065dn
pkgdesc = LPR and CUPS driver for the Brother DCP7065DN
pkgver = 3.1.0
- pkgrel = 2
+ pkgrel = 3
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
@@ -9,8 +9,8 @@ pkgbase = brother-dcp7065dn
license = custom:brother commercial license
depends = cups
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 = https://download.brother.com/welcome/dlf101125/brgenml1cupswrapper-3.1.0-1.i386.deb
+ source = https://download.brother.com/welcome/dlf101123/brgenml1lpr-3.1.0-1.i386.deb
source = cupswrapper-license.txt
source = lpr-license.txt
md5sums = 9d31b628b552959419f2f6c05e16b84a
diff --git a/PKGBUILD b/PKGBUILD
index 74aead9266ee..b67012b21e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Ingo Sieverdingbeck <aur@sieverdingbeck.com>
pkgname="brother-dcp7065dn"
pkgver="3.1.0"
-pkgrel=2
+_pkgver="$pkgver-1"
+pkgrel=3
pkgdesc="LPR and CUPS driver for the Brother DCP7065DN"
arch=('i686' 'x86_64')
url="https://support.brother.com/g/b/downloadlist.aspx?c=de&lang=de&prod=dcp7065dn_all&os=128&flang=English"
@@ -10,8 +11,8 @@ license=('custom:brother commercial license')
depends=('cups')
install="$pkgname.install"
source=(
- "https://download.brother.com/welcome/dlf101125/brgenml1cupswrapper-$pkgver-$pkgrel.i386.deb"
- "https://download.brother.com/welcome/dlf101123/brgenml1lpr-$pkgver-$pkgrel.i386.deb"
+ "https://download.brother.com/welcome/dlf101125/brgenml1cupswrapper-$_pkgver.i386.deb"
+ "https://download.brother.com/welcome/dlf101123/brgenml1lpr-$_pkgver.i386.deb"
'cupswrapper-license.txt'
'lpr-license.txt'
)