summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a191d4e5aa..6ce0cba30789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = brother-dcpt300
pkgdesc = Driver for the Brother DCP-T300 multifuncional printer
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = http://solutions.brother.com/linux/en_us/index.html
install = brother-dcpt300.install
arch = i686
arch = x86_64
license = custom:brother
- makedepends = rpmextract
depends = a2ps
depends = cups
depends = lib32-glibc
diff --git a/PKGBUILD b/PKGBUILD
index fb526197843d..a07b23778538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=brother-dcpt300
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Driver for the Brother DCP-T300 multifuncional printer"
url="http://solutions.brother.com/linux/en_us/index.html"
license=('custom:brother')
depends=('a2ps' 'cups' 'lib32-glibc')
-makedepends=('rpmextract')
+makedepends=('')
install="brother-dcpt300.install"
arch=('i686' 'x86_64')