mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur updates
This commit is contained in:
parent
2706cd5c57
commit
f20b87f7b3
3 changed files with 5 additions and 17 deletions
|
@ -3,15 +3,15 @@
|
|||
|
||||
_pkgname=pithos
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=379
|
||||
pkgver=396
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Pandora Internet Radio player for GNOME'
|
||||
arch=('any')
|
||||
url="http://pithos.github.io/"
|
||||
license=('GPL3')
|
||||
depends=('python' 'gtk3' 'python-gobject' 'python-dbus' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base' 'python-pylast' 'libnotify')
|
||||
makedepends=('git' 'python-setuptools')
|
||||
depends=('python' 'gtk3' 'python-gobject' 'python-dbus' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-base' 'python-pylast' 'libnotify' 'python-setuptools')
|
||||
makedepends=('git')
|
||||
optdepends=('libkeybinder3: for media keys plugin'
|
||||
'gst-plugins-ugly: MP3 playback support'
|
||||
'libappindicator3: Unity indicator applet support'
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# Contributor: Augusto Born de Oliveira <augustoborn at gmail dot com>
|
||||
|
||||
pkgname=sickbeard-git
|
||||
pkgver=3412.fb37d33
|
||||
pkgrel=4
|
||||
pkgver=3756.d4d3698
|
||||
pkgrel=1
|
||||
pkgdesc="A PVR application that downloads and manages your TV shows"
|
||||
arch=('any')
|
||||
url="http://code.google.com/p/sickbeard/"
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue