diff --git a/.SRCINFO b/.SRCINFO index 5a51b63..c36b5f0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = brother-mfc-9460cdn pkgdesc = LPR and CUPS driver for the Brother MFC-9460CDN pkgver = 1.1.1 - pkgrel = 3 + pkgrel = 1 url = http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html install = brother-mfc-9460cdn.install arch = i686 @@ -18,4 +18,3 @@ pkgbase = brother-mfc-9460cdn md5sums = 7d6449e7cc163e5ccc6b83d34af46743 pkgname = brother-mfc-9460cdn - diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13ed470 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.SRCINFO +!PKGBUILD +!brother-mfc-9460cdn.install diff --git a/PKGBUILD b/PKGBUILD index e151d40..8367e82 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,10 @@ -# Maintainer: Dino Morelli -# Based on brother-mfc-j6510dw package from AUR +# Maintainer: Arne Ludwig +# Based on brother-mfc-9465cdn package from AUR _model="9460cdn" pkgname="brother-mfc-$_model" pkgver="1.1.1" -pkgrel=3 +pkgrel=1 pkgdesc="LPR and CUPS driver for the Brother MFC-9460CDN" arch=('i686' 'x86_64') url="http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html"