aur updates

This commit is contained in:
Kevin Mihelich 2014-05-05 00:47:35 +00:00
parent 2706cd5c57
commit f20b87f7b3
3 changed files with 5 additions and 17 deletions

View file

@ -3,15 +3,15 @@
_pkgname=pithos _pkgname=pithos
pkgname=$_pkgname-git pkgname=$_pkgname-git
pkgver=379 pkgver=396
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc='Pandora Internet Radio player for GNOME' pkgdesc='Pandora Internet Radio player for GNOME'
arch=('any') arch=('any')
url="http://pithos.github.io/" url="http://pithos.github.io/"
license=('GPL3') license=('GPL3')
depends=('python' 'gtk3' 'python-gobject' 'python-dbus' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base' 'python-pylast' 'libnotify') depends=('python' 'gtk3' 'python-gobject' 'python-dbus' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base' 'python-pylast' 'libnotify' 'python-setuptools')
makedepends=('git' 'python-setuptools') makedepends=('git')
optdepends=('libkeybinder3: for media keys plugin' optdepends=('libkeybinder3: for media keys plugin'
'gst-plugins-ugly: MP3 playback support' 'gst-plugins-ugly: MP3 playback support'
'libappindicator3: Unity indicator applet support' 'libappindicator3: Unity indicator applet support'

View file

@ -4,8 +4,8 @@
# Contributor: Augusto Born de Oliveira <augustoborn at gmail dot com> # Contributor: Augusto Born de Oliveira <augustoborn at gmail dot com>
pkgname=sickbeard-git pkgname=sickbeard-git
pkgver=3412.fb37d33 pkgver=3756.d4d3698
pkgrel=4 pkgrel=1
pkgdesc="A PVR application that downloads and manages your TV shows" pkgdesc="A PVR application that downloads and manages your TV shows"
arch=('any') arch=('any')
url="http://code.google.com/p/sickbeard/" url="http://code.google.com/p/sickbeard/"

View file

@ -1,12 +0,0 @@
[Unit]
Description=Sick Beard Daemon
[Service]
Type=simple
User=sickbeard
Group=sickbeard
ExecStart=/usr/bin/env python2 /opt/sickbeard/SickBeard.py --quiet --config /opt/sickbeard/config.ini
Restart=always
[Install]
WantedBy=multi-user.target