summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f62467e5781..0ec72b183e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osdlyrics-git
pkgdesc = Standalone lyrics fetcher/displayer (windowed and OSD mode). Supports MPRIS1/2 players, and MPD.
- pkgver = 0.5.11
+ pkgver = 0.5.15
pkgrel = 1
url = https://github.com/osdlyrics/osdlyrics
install = osdlyrics.install
@@ -15,7 +15,6 @@ pkgbase = osdlyrics-git
depends = gtk2
depends = hicolor-icon-theme
depends = libnotify
- depends = python-future
depends = python-dbus
depends = python-chardet
depends = python-gobject
@@ -23,7 +22,6 @@ pkgbase = osdlyrics-git
depends = sqlite
depends = libappindicator-gtk2
optdepends = gobject-introspection-runtime: proxy detection in Gnome
- optdepends = kdebindings-python: proxy detection in KDE
optdepends = python-mpd2: to interface with MPD
provides = osdlyrics
conflicts = osdlyrics
diff --git a/PKGBUILD b/PKGBUILD
index 3cfb929db5b1..1578332154db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
pkgname=osdlyrics-git
provides=(osdlyrics)
conflicts=(osdlyrics osdlyrics-pedrohlc)
-pkgver=0.5.11
+pkgver=0.5.15
pkgrel=1
pkgdesc="Standalone lyrics fetcher/displayer (windowed and OSD mode). Supports MPRIS1/2 players, and MPD."
arch=(i686 x86_64 arm64)
url="https://github.com/osdlyrics/osdlyrics"
license=(GPL3)
depends=(dbus-glib desktop-file-utils gtk2 hicolor-icon-theme libnotify
- python-{future,dbus,chardet,gobject,pycurl}
+ python-{dbus,chardet,gobject,pycurl}
sqlite libappindicator-gtk2)
makedepends=(intltool git)
optdepends=('gobject-introspection-runtime: proxy detection in Gnome'
- 'kdebindings-python: proxy detection in KDE'
'python-mpd2: to interface with MPD')
install=$provides.install
source=("${provides}::git+https://github.com/osdlyrics/osdlyrics.git#branch=master")