# Maintainer: Jonni Westphalen pkgname=aurman pkgver=2.16.7 pkgrel=1 pkgdesc="AUR helper with almost pacman syntax" arch=('any') url="https://github.com/polygamma/aurman" license=('MIT') depends=('python' 'expac' 'python-requests' 'git' 'python-regex' 'python-dateutil' 'pyalpm' 'python-feedparser') source=("aurman_sources::git+https://github.com/polygamma/aurman.git?signed#tag=${pkgver}") md5sums=('SKIP') validpgpkeys=('4C3CE98F9579981C21CA1EC3465022E743D71E39') # Jonni Westphalen package() { cd "$srcdir/aurman_sources" /usr/bin/python3 setup.py install --root="$pkgdir/" --optimize=1 install -Dm644 ./bash.completion "$pkgdir/usr/share/bash-completion/completions/aurman" install -Dm644 ./aurman.fish "$pkgdir/usr/share/fish/vendor_completions.d/aurman.fish" }