updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / slurpy / PKGBUILD
blob78f5fafec4f8114b635d198c70a7e5ab9eb6c592
1 # Contributor: Randy Morris <randy rsontech net>
2 pkgname=slurpy
3 pkgver=2.2.0
4 pkgrel=5
5 pkgdesc="An AUR search/download/update helper in Python"
6 arch=('any')
7 url="http://github.com/rson/slurpy/"
8 license=('None')
9 depends=('python2')
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")
15 build() {
16   patch -Np0 -i $srcdir/python2.patch
17   install -D -m755 $srcdir/${pkgname} ${pkgdir}/usr/bin/${pkgname}
19 md5sums=('7333086d559a0a681f1bc9a13209fff1'
20          '1b684c1ada1a7c42ef81b1c70c2ca820')