summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Allen2017-01-06 16:13:28 -0800
committerSteven Allen2017-01-06 16:13:28 -0800
commita53327b6439df5f7dd3e897ca1e9ff2304d1f502 (patch)
tree1d9db9b670769213d810662c533563e3ce321c60 /PKGBUILD
parent047e2570808427ddc5d3d9e1825b117a0e2dd54d (diff)
downloadaur-a53327b6439df5f7dd3e897ca1e9ff2304d1f502.tar.gz
Bump minimum python version to 3.6
This is the only way to handle a rebuild in the AUR.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 944a6229ddd2..c21c82fbf6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=pithos
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='Native Pandora Radio client'
arch=('any')
url="https://pithos.github.io/"
license=('GPL3')
-depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo'
+depends=('gtk3' 'python-gobject' 'libsecret' 'python-cairo' 'python>=3.6'
'gst-plugins-good' 'gst-libav' 'gst-plugins-base')
optdepends=('libkeybinder3: for media keys plugin'
'libappindicator-gtk3: Unity indicator applet support'