summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cd381e511b5939a27d7d1339631b710a1cfecdac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: SubNeX
# Maintainer: Alexandru Ianu (Ayceman) <alexandru@manjaro.org>

pkgname=cnijfilter-common-x86_64
pkgver=3.40
pkgrel=2
pkgdesc="Canon IJ Printer Driver (Common package) x86_64"
url="http://support-au.canon.com.au/contents/AU/EN/0100300801.html"
arch=('x86_64')
license=('custom')
depends=('libcups' 'popt')
conflicts=('cnijfilter-common')
source=("https://www.dropbox.com/s/xah6az3sggg6sak/cnijfilter-common-3.40-1.x86_64.tar.gz")
md5sums=('95a3e557914520513b981a28b7886bcb')

package(){
	cp -a "$srcdir/usr" "$pkgdir"
}