summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedroHLC ☭2023-12-20 11:20:05 -0300
committerPedroHLC ☭2023-12-20 11:20:05 -0300
commit4c972dd90c4764c9260ff33bd784ead96943a80a (patch)
treeb080cdba83648b55eec50cc27904e2e0a7c794ee /PKGBUILD
parent319eedfde365b1b1af529df395f6a91d4ef84bea (diff)
downloadaur-osdlyrics-git.tar.gz
bump to 0.5.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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")