summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsdw1133222020-10-26 22:41:12 +0800
committersdw1133222020-10-26 22:41:12 +0800
commit57421623eb46c5566abdab67fc985a2f4a10632d (patch)
treef15e68a00ad4f4f7ee450e3609c9a0c8f277dceb
parentea8565d5ca94bb187341c17b5dda8e1e63dfd678 (diff)
downloadaur-57421623eb46c5566abdab67fc985a2f4a10632d.tar.gz
fix pkgrel bug
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97c5a58c6a5e..3892cd64e4de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@
pkgname="brother-mfc-255cw"
_model="255cw"
pkgver="1.1.3"
-pkgrel=2
+pkgrel=3
+source_pkgrel=1
pkgdesc="LPR and CUPS driver for the Brother MFC-255CW"
url="http://solutions.brother.com/linux/en_us/"
license=('custom:brother commercial license')
@@ -19,8 +20,8 @@ fi
install="$pkgname.install"
-source=("http://www.brother.com/pub/bsc/linux/dlf/mfc255cwlpr-$pkgver-$pkgrel.i386.rpm"
- "http://www.brother.com/pub/bsc/linux/dlf/mfc255cwcupswrapper-$pkgver-$pkgrel.i386.rpm"
+source=("http://www.brother.com/pub/bsc/linux/dlf/mfc255cwlpr-$pkgver-$source_pkgrel.i386.rpm"
+ "http://www.brother.com/pub/bsc/linux/dlf/mfc255cwcupswrapper-$pkgver-$source_pkgrel.i386.rpm"
)
md5sums=('e36d4a5cebc93b95e2699e82737b25b3'
'5e6196f096a8bf915efbcb183e53c117'