1 # Contributor: Randy Morris <randy rsontech net>
5 pkgdesc="An AUR search/download/update helper in Python"
7 url="http://github.com/rson/slurpy/"
10 optdepends=('python-cjson: faster processing for large result sets'
11 'python-pycurl: upload packages to the AUR from the command line')
12 conflicts=('slurpy-git')
13 provides=('slurpy-git')
14 source=("https://github.com/rson/${pkgname}/raw/v${pkgver}/${pkgname}" "python2.patch")
16 patch -Np0 -i $srcdir/python2.patch
17 install -D -m755 $srcdir/${pkgname} ${pkgdir}/usr/bin/${pkgname}
19 md5sums=('7333086d559a0a681f1bc9a13209fff1'
20 '1b684c1ada1a7c42ef81b1c70c2ca820')