summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorninov2017-01-09 17:13:36 +0100
committerninov2017-01-09 17:13:36 +0100
commit370ffe1f78528208e228a9f44348db35b56747eb (patch)
treece19fc8eb178e650b0eece3a26ef58bfcd7b54b0
parent79fd1ffcde318cb246688532e4be1b3132f2c2d8 (diff)
downloadaur-370ffe1f78528208e228a9f44348db35b56747eb.tar.gz
changing versioning scheme because of my own incompetence
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b43e927907..639ba74d25db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = brother-mfc-5895cw
pkgdesc = LPR and CUPS driver for the Brother MFC-5895CW, aur package based on the brother-mfc-5890cn package by Morn
- pkgver = 1.1.4
+ pkgver = 1.0.0
pkgrel = 1
+ epoch = 1
url = http://solutions.brother.com/linux/en_us/
install = brother-mfc-5895cw.install
arch = i686
@@ -11,14 +12,14 @@ pkgbase = brother-mfc-5895cw
depends = lib32-glibc
optdepends = brscan3: scanning support
optdepends = brscan-skey: scankey support
- source = http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwlpr-1.1.4-4.i386.rpm
- source = http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwcupswrapper-1.1.4-6.i386.rpm
+ source = http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwlpr-1.1.3-4.i386.rpm
+ source = http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwcupswrapper-1.1.3-6.i386.rpm
source = cupswrapper-license.txt
source = lpr-license.txt
md5sums = b31842e87b36fa70842cb55920dce0e0
md5sums = 723b0b266fa920830dcaf50e4da0e2c8
md5sums = 97ad0cffd216059e9d1d3121899d8646
- md5sums = 5e87a3dc0f3e3438c088eda0f3565f0d
+ md5sums = aa36745fb35ddff6343bed3ae8dae5eb
pkgname = brother-mfc-5895cw
diff --git a/PKGBUILD b/PKGBUILD
index d5d84de84b7b..7e7c798c6e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,14 @@
# Maintainer: ninov <dev@ninov.de>
pkgname="brother-mfc-5895cw"
-pkgver="1.1.4"
+pkgver="1.0.0"
pkgrel=1
+epoch=1
+
+pkgverlpr=1.1.3
pkgrellpr=4
+pkgvercw=1.1.3
pkgrelcw=6
+
pkgdesc="LPR and CUPS driver for the Brother MFC-5895CW, aur package based on the brother-mfc-5890cn package by Morn"
arch=("i686" "x86_64")
url="http://solutions.brother.com/linux/en_us/"
@@ -11,8 +16,8 @@ license=('custom:brother commercial license')
depends=("cups")
install="$pkgname.install"
source=(
- "http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwlpr-$pkgver-$pkgrellpr.i386.rpm"
- "http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwcupswrapper-$pkgver-$pkgrelcw.i386.rpm"
+ "http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwlpr-$pkgverlpr-$pkgrellpr.i386.rpm"
+ "http://www.brother.com/pub/bsc/linux/dlf/mfc5895cwcupswrapper-$pkgvercw-$pkgrelcw.i386.rpm"
'cupswrapper-license.txt'
'lpr-license.txt'
)
@@ -20,7 +25,7 @@ md5sums=(
'b31842e87b36fa70842cb55920dce0e0'
'723b0b266fa920830dcaf50e4da0e2c8'
'97ad0cffd216059e9d1d3121899d8646'
- '5e87a3dc0f3e3438c088eda0f3565f0d'
+ 'aa36745fb35ddff6343bed3ae8dae5eb'
)
if test "$CARCH" == x86_64; then
depends+=('lib32-glibc')