summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2022-03-16 10:04:52 +0100
committerLuna Jernberg2022-03-16 10:04:52 +0100
commit2d5876014e9b3931f22f36565e55b2554b527f8c (patch)
tree79c6ece19afbc2663a7a221838635800980e5a52
parent9ef04f31d035041c1d61f70984f15d02c85f9328 (diff)
downloadaur-2d5876014e9b3931f22f36565e55b2554b527f8c.tar.gz
16.0.3 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e61984626ff8..ed166c7b239c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-radio
pkgdesc = Easily find live radio programs based on geographical location of radio broadcasters on the Internet
- pkgver = 16.0.2
+ pkgver = 16.0.3
pkgrel = 1
url = https://wiki.gnome.org/Apps/Radio
arch = x86_64
@@ -12,7 +12,8 @@ pkgbase = gnome-radio
depends = geoclue
depends = gst-plugins-base
depends = gst-plugins-bad
- source = https://download.gnome.org/sources/gnome-radio/16.0/gnome-radio-16.0.2.tar.xz
- sha256sums = 045a8b355aa8b595f76c23a7156bc15ac03387871cfd807b4c52fcda2054faef
+ conflicts = gnome-internet-radio-locator
+ source = https://download.gnome.org/sources/gnome-radio/16.0/gnome-radio-16.0.3.tar.xz
+ sha256sums = 27ffd3dca40d1a19d35d2a2ef052f0995e60006387c1e8f275dd5f070781b697
pkgname = gnome-radio
diff --git a/PKGBUILD b/PKGBUILD
index e4dc611c39ea..e584ea427c3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-radio
-pkgver=16.0.2
+pkgver=16.0.3
pkgrel=1
pkgdesc="Easily find live radio programs based on geographical location of radio broadcasters on the Internet"
arch=('x86_64')
@@ -10,8 +10,9 @@ url="https://wiki.gnome.org/Apps/Radio"
license=(GPL3)
depends=('libchamplain' 'geoclue' 'gst-plugins-base' 'gst-plugins-bad')
makedepends=('intltool' 'itstool' 'python')
+conflicts=('gnome-internet-radio-locator')
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('045a8b355aa8b595f76c23a7156bc15ac03387871cfd807b4c52fcda2054faef')
+sha256sums=('27ffd3dca40d1a19d35d2a2ef052f0995e60006387c1e8f275dd5f070781b697')
build() {
cd $pkgname-$pkgver