summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2023-01-11 14:01:52 -0300
committerRafael Fontenelle2023-01-11 14:01:52 -0300
commit4e6727a446ca133734c93f5de210ef8b1d88cf0b (patch)
tree87d1ccef81c51ae99c278caefafeaf50c9036d7e
parenta3c93b420cbf128c4f2783019e3e3ff3493dfb23 (diff)
downloadaur-4e6727a446ca133734c93f5de210ef8b1d88cf0b.tar.gz
Add geocode-glib to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc37fb339e6..485908701595 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-radio
pkgdesc = Easily find live radio programs based on geographical location of radio broadcasters on the Internet
pkgver = 64.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Radio
arch = x86_64
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = gnome-radio
depends = geoclue
depends = gst-plugins-base
depends = gst-plugins-bad
+ depends = geocode-glib
conflicts = gnome-internet-radio-locator
replaces = gnome-internet-radio-locator
source = https://download.gnome.org/sources/gnome-radio/64/gnome-radio-64.0.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 02544f44a8ff..1550fdbe801f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gnome-radio
pkgver=64.0
-pkgrel=1
+pkgrel=2
pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
arch=('x86_64')
url="https://wiki.gnome.org/Apps/Radio"
license=(GPL3)
-depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad')
+depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad' 'geocode-glib')
makedepends=('intltool' 'itstool' 'python')
conflicts=('gnome-internet-radio-locator')
replaces=('gnome-internet-radio-locator')