From ffc3c0cea37a57d7a9af42b2aac7b24188b9aba0 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Tue, 20 Sep 2016 18:21:44 +0200 Subject: [PATCH] Use pkgver in source array This relaces the r in the pkgver with a dash and uses it within the source array, so version bumps can be made more easily. --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d88c007..c5abf18 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = brother-ql500 pkgdesc = LPR and CUPS driver for Brother QL-500 label printer pkgver = 1.0.1r0 - pkgrel = 1 + pkgrel = 2 url = http://solutions.brother.com/linux/en_us/ install = brother-ql500.install arch = i686 diff --git a/PKGBUILD b/PKGBUILD index 9a97b46..16e83e5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname='brother-ql500' pkgver=1.0.1r0 -pkgrel=1 +pkgrel=2 pkgdesc='LPR and CUPS driver for Brother QL-500 label printer' url='http://solutions.brother.com/linux/en_us/' arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ if [ "$CARCH" = 'x86_64' ]; then depends+=('lib32-glibc') fi install="$pkgname.install" -source=("http://download.brother.com/welcome/dlfp002167/ql550lpr-1.0.1-0.i386.rpm" - "http://download.brother.com/welcome/dlfp002169/ql550cupswrapper-1.0.1-0.i386.rpm" +source=("http://download.brother.com/welcome/dlfp002167/ql550lpr-${pkgver/r/-}.i386.rpm" + "http://download.brother.com/welcome/dlfp002169/ql550cupswrapper-${pkgver/r/-}.i386.rpm" 'LICENSE') sha256sums=('83f622668f70785887f2645352a4634e649761fbf8f83dad9bb991ed6e2534e5' 'a1ee42684b3d882fb786bfc5bcaec450a8c5e29f0750999b5b7d7e594be5986f'