mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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=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'
|
||||||
|
|
|
@ -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/"
|
||||||
|
|
|
@ -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