1 #Maintainer: Xyne <ac xunilhcra enyx, backwards>
3 pkgver=2011.09.09.40543
5 pkgdesc="A Python 3 module to retrieve and cache data from the AUR."
6 depends=('python3' 'python3-xynexdg')
7 provides=('python-aur')
8 replaces=('python-aur')
9 conflicts=('python-aur')
12 url="http://xyne.archlinux.ca/projects/${pkgname}"
13 source=(http://xyne.archlinux.ca/src/${pkgname}-${pkgver}.tar.xz)
14 sha512sums=('98f9323f1c207d06135265032a0f8ec20ca793d4c5f44d09397f72e397b273cee88e924720446b272dcfde4fcccad19c496bf411f2550e18784e6d32b26d50b1')
15 md5sums=('a2e12a40e19e600fe9bc377e0f3f6257')
19 python3 setup.py install --root="$pkgdir"/ --optimize=1
20 install -D -m755 "aurquery" "$pkgdir/usr/bin/aurquery"
23 # vim: set ts=2 sw=2 et: