summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2017-01-06 16:13:28 -0800
committerSteven Allen2017-01-06 16:13:28 -0800
commita53327b6439df5f7dd3e897ca1e9ff2304d1f502 (patch)
tree1d9db9b670769213d810662c533563e3ce321c60
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.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a862d761021d..6124144f2fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Dec 18 21:27:15 UTC 2016
+# Sat Jan 7 00:13:28 UTC 2017
pkgbase = pithos
pkgdesc = Native Pandora Radio client
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://pithos.github.io/
arch = any
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = pithos
depends = python-gobject
depends = libsecret
depends = python-cairo
+ depends = python>=3.6
depends = gst-plugins-good
depends = gst-libav
depends = gst-plugins-base
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'