summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2016-09-20 18:25:57 +0200
committerKarol Babioch2016-09-20 18:25:57 +0200
commit4c70f626bae6003907657183a2005804c0a023f4 (patch)
tree34253a055940264abfeda2fa04b282118bd6f303
parent736aceb24ec9612161c40dde0c681dd776d362ad (diff)
downloadaur-4c70f626bae6003907657183a2005804c0a023f4.tar.gz
Change versioning scheme
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd82b01963e..bf84863adb99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-ql720nw
pkgdesc = LPR and CUPS driver for Brother QL-720NW label printer
- pkgver = 1.0.2
- pkgrel = 0
+ pkgver = 1.0.2r0
+ pkgrel = 1
url = http://solutions.brother.com/linux/en_us/
install = brother-ql720nw.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ffdb83e8068c..d30b1a583ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Inspired by package brother-dcp130c
pkgname='brother-ql720nw'
-pkgver=1.0.2
-pkgrel=0
+pkgver=1.0.2r0
+pkgrel=1
pkgdesc='LPR and CUPS driver for Brother QL-720NW label printer'
url='http://solutions.brother.com/linux/en_us/'
arch=('i686' 'x86_64')
license=('custom')
-depends='cups'
+depends=('cups')
if [ "$CARCH" = 'x86_64' ]; then
depends+=('lib32-glibc')
fi
install="$pkgname.install"
-source=("http://download.brother.com/welcome/dlfp002203/ql720nwlpr-$pkgver-$pkgrel.i386.rpm"
- "http://download.brother.com/welcome/dlfp002205/ql720nwcupswrapper-$pkgver-$pkgrel.i386.rpm"
+source=("http://download.brother.com/welcome/dlfp002203/ql720nwlpr-${pkgver/r/-}.i386.rpm"
+ "http://download.brother.com/welcome/dlfp002205/ql720nwcupswrapper-${pkgver/r/-}.i386.rpm"
'LICENSE')
sha256sums=('376dd85f57bffa6c681dfbf7ebffce554f9c69ee23f191abf99c6ffc4e8ecdfb'
'c5fc46d1b70cf627f079cba109cccae8ddec3b7bbf49144d7f0566cb7fb5ac73'