1 # Maintainer: Patrick Palka <patrick@parcs.ath.cx>
2 # Development: http://closure.ath.cx/aur-dev
7 pkgdesc="CLI for YouTube's subscription feature (Git version)"
8 url="http://closure.ath.cx/subplay"
11 depends=('python-beautifulsoup' 'mplayer' 'youtube-dl')
18 _gitroot="git://git.lambda.ath.cx/patrick/$_gitname"
21 msg "Connection to $_gitname repository..."
22 if [ -d "$_gitname" ]; then
23 cd "$_gitname" && git pull origin
24 msg "The local files are updated."
26 git clone "$_gitroot" && cd "$_gitname"
29 install -vDm755 "$_gitname" "$pkgdir/usr/bin/$_gitname"