summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Lackerbauer2015-12-02 13:30:20 +0100
committerSimon Lackerbauer2015-12-02 13:30:20 +0100
commitc7206e88aa329d140ad2ca7a97ff144cbaf084f3 (patch)
tree74bea18c5aae6311edb26a41838c99247dc2f424 /PKGBUILD
parent0976d040aa03ecd3ce00bee24ae4d2b4130a7061 (diff)
downloadaur-c7206e88aa329d140ad2ca7a97ff144cbaf084f3.tar.gz
add removal of created symbolic links
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d6192c77f90..9cd798ab4374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Simon Lackerbauer <simon@lackerbauer.com>
pkgname="brother-mfc-l2700dn"
pkgver="3.2.0"
-pkgrel=1
-pkgdesc="LPR and CUPS driver for the Brother MFC-L2700DN"
+_brotherpkgrel=1
+pkgrel=2
+pkgdesc="LPR and CUPS driver for the Brother MFC-L2700DN printer"
arch=('i686' 'x86_64')
url="http://solutions.brother.com/linux/en_us/"
license=('custom:brother commercial license')
depends=('cups')
install="$pkgname.install"
source=(
- "http://download.brother.com/welcome/dlf102083/mfcl2700dnlpr-$pkgver-$pkgrel.i386.rpm"
- "http://download.brother.com/welcome/dlf102084/mfcl2700dncupswrapper-$pkgver-$pkgrel.i386.rpm"
+ "http://download.brother.com/welcome/dlf102083/mfcl2700dnlpr-$pkgver-$_brotherpkgrel.i386.rpm"
+ "http://download.brother.com/welcome/dlf102084/mfcl2700dncupswrapper-$pkgver-$_brotherpkgrel.i386.rpm"
'cupswrapper-license.txt'
'lpr-license.txt'
)