summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedroHLC2021-05-19 09:27:35 -0300
committerPedroHLC2021-05-19 09:27:35 -0300
commitee6fb4656b28c64815e094754e0e6c1f702eb2fa (patch)
tree8fa3a757a79569f9a91bb27ba7c87095311b2651
parent88e90b2bc3a81bb27727b185d35dc931195f233f (diff)
downloadaur-ee6fb4656b28c64815e094754e0e6c1f702eb2fa.tar.gz
Bump and add git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b72214d624b..c85076eedb71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = osdlyrics-git
pkgdesc = Standalone lyrics fetcher/displayer (windowed and OSD mode). Supports MPRIS1/2 players, and MPD.
- pkgver = 0.5.5.rc2.r0.g818bac8
+ pkgver = 0.5.5.r0.g0a7bf9d
pkgrel = 1
url = https://github.com/osdlyrics/osdlyrics
install = osdlyrics.install
arch = i686
arch = x86_64
+ arch = arm64
license = GPL3
makedepends = intltool
+ makedepends = git
depends = dbus-glib
depends = desktop-file-utils
depends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index b63695aa8cb5..2e48398311a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=osdlyrics-git
provides=(osdlyrics)
conflicts=(osdlyrics osdlyrics-pedrohlc)
-pkgver=0.5.5.rc2.r0.g818bac8
+pkgver=0.5.5.r0.g0a7bf9d
pkgrel=1
pkgdesc="Standalone lyrics fetcher/displayer (windowed and OSD mode). Supports MPRIS1/2 players, and MPD."
-arch=(i686 x86_64)
+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}
sqlite)
-makedepends=(intltool)
+makedepends=(intltool git)
optdepends=('gobject-introspection-runtime: proxy detection in Gnome'
'kdebindings-python: proxy detection in KDE'
'python-mpd2: to interface with MPD')