summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Muzyka2016-01-24 14:45:51 +0600
committerIgor Muzyka2016-01-24 14:45:51 +0600
commitc06d4ece9ac3db0640cee71195459dbb6d939fa7 (patch)
treefa78e688ce3e48b92d7256e7a87de1cb2a704400
parent8ce30de65e2e28ba9f3500d9e7a321132f3a8aee (diff)
downloadaur-c06d4ece9ac3db0640cee71195459dbb6d939fa7.tar.gz
Update pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2469e2c063cc..33815d289991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 08:03:36 UTC 2016
+# Sun Jan 24 08:44:45 UTC 2016
pkgbase = brother-dcp1510
pkgdesc = Brother cups and lpr driver for DCP-1510, DCP-1510r, DCP-1511, DCP-1512, DCP-1512r, DCP-1518
pkgver = 3.0.1_1
- pkgrel = 1
+ pkgrel = 2
url = http://support.brother.com/g/s/id/linux/en/download_prn.html
install = install
arch = i686
@@ -11,10 +11,12 @@ pkgbase = brother-dcp1510
license = GPL
depends = psutils
depends = cups
+ optdepends = brscan4: scanner support
source = http://www.brother.com/pub/bsc/linux/dlf/dcp1510lpr-3.0.1-1.i386.deb
source = http://www.brother.com/pub/bsc/linux/dlf/dcp1510cupswrapper-3.0.1-1.i386.deb
md5sums = 20aad8606e54516346348702ff137701
md5sums = 15a01c13ef18510b5b40576505cd016e
+ depends_x86_64 = lib32-glibc
pkgname = brother-dcp1510
diff --git a/PKGBUILD b/PKGBUILD
index 57bb91307879..017086b7679b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,14 @@
pkgname=brother-dcp1510
pkgver=3.0.1_1
-pkgrel=1
+pkgrel=2
pkgdesc="Brother cups and lpr driver for DCP-1510, DCP-1510r, DCP-1511, DCP-1512, DCP-1512r, DCP-1518"
arch=('i686' 'x86_64')
url="http://support.brother.com/g/s/id/linux/en/download_prn.html"
license=('GPL')
-
-if [ "$(uname -m)" = "x86_64" ]; then
- depends=('lib32-libstdc++5' 'psutils' 'cups')
-else
- depends=('psutils' 'cups')
-fi
+depends=('psutils' 'cups')
+depends_x86_64=('lib32-glibc')
+optdepends=('brscan4: scanner support')
source=(http://www.brother.com/pub/bsc/linux/dlf/dcp1510lpr-3.0.1-1.i386.deb
http://www.brother.com/pub/bsc/linux/dlf/dcp1510cupswrapper-3.0.1-1.i386.deb)