summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2016-09-20 18:24:24 +0200
committerKarol Babioch2016-09-20 18:24:24 +0200
commit378932eb3351da9836b858d5baa5ef02704984c0 (patch)
tree86c226efb94ed01f3093af3f6c09e82015a9c679
parentc10630042cd1e6ec2a97298736df3ed73e12c77c (diff)
downloadaur-378932eb3351da9836b858d5baa5ef02704984c0.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 993dbb13d1c3..2835bd1aaf8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brother-ql1050
pkgdesc = LPR and CUPS driver for Brother QL-1050 label printer
- pkgver = 1.0.1
- pkgrel = 0
+ pkgver = 1.0.1r0
+ pkgrel = 1
url = http://solutions.brother.com/linux/en_us/
install = brother-ql1050.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 04929068182b..67cfd9171fb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Inspired by package brother-dcp130c
pkgname='brother-ql1050'
-pkgver=1.0.1
-pkgrel=0
+pkgver=1.0.1r0
+pkgrel=1
pkgdesc='LPR and CUPS driver for Brother QL-1050 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/dlfp002227/ql1050lpr-$pkgver-$pkgrel.i386.rpm"
- "http://download.brother.com/welcome/dlfp002229/ql1050cupswrapper-$pkgver-$pkgrel.i386.rpm"
+source=("http://download.brother.com/welcome/dlfp002227/ql1050lpr-${pkgver/r/-}.i386.rpm"
+ "http://download.brother.com/welcome/dlfp002229/ql1050cupswrapper-${pkgver/r/-}.i386.rpm"
'LICENSE')
sha256sums=('77b087b31a0a4fbe8732a9c343ea4d3a2771acde38104ad0c553a043e076a340'
'5ead2a83a89a646ba968a95e6caab2f1ce3671cd7432aebe69b3bfaafaecd484'